L
LG
I have a query that converts dates that were brought in from a txt file. I
am using
IIF(IsDate(Format([TheField],"@@@@-@@-@@")),CDate(Format([TheField],"@@@@-@@-@@")),Null)
and now have the query with the dates correct. How do I go about replacing
the new dates in the proper fields?
am using
IIF(IsDate(Format([TheField],"@@@@-@@-@@")),CDate(Format([TheField],"@@@@-@@-@@")),Null)
and now have the query with the dates correct. How do I go about replacing
the new dates in the proper fields?