L
Lynn Pennington
Hello.
I have a field in a table with the string
format "YYYYMMDD".
What would be the best way to convert that to a date
format?
dDateField = CDate(Mid(sDateField,5,2) & "/" & Right
(sDateField,2) & "/" & Left(sDateField,4))
Thanks,
Lynn Pennington
I have a field in a table with the string
format "YYYYMMDD".
What would be the best way to convert that to a date
format?
dDateField = CDate(Mid(sDateField,5,2) & "/" & Right
(sDateField,2) & "/" & Left(sDateField,4))
Thanks,
Lynn Pennington