Viewing 2 posts - 1 through 2 (of 2 total)
I wish it was as simple as the date/time settings.
Here is my code:
if DTSSource("ProcDate") > " " then
i_Day = (Mid(DTSSource("ProcDate").Value ,7 , 2 ))
i_Month = (Mid(DTSSource("ProcDate").Value ,5 , 2 ))
i_Year...
October 16, 2007 at 11:33 pm
#742591
Thanks Russel - you are a star !
January 14, 2007 at 11:27 pm
#683153