A
Atley
I have a field in a database that contains dates in the following format:
20040205
It is a text field and I need to convert it to a date so I can compare and
control a dataset.
Any suggestions would be greatly appreciated... I have tried to use
GetDate(20040205), but it just gives me an error...
20040205
It is a text field and I need to convert it to a date so I can compare and
control a dataset.
Any suggestions would be greatly appreciated... I have tried to use
GetDate(20040205), but it just gives me an error...