Viewing post 1 (of 1 total)
Have you tried using the isdate function, i.e.:-
If IsDate(DTSSource("Date")) =1 Then
DTSDestination("Date") = DTSSource("Date")
Else
DTSDestination("Date") = Null
End If
Main = DTSTransformStat_OK
March 10, 2004 at 9:40 pm
#498208