M
Maury Markowitz
I have a linked text file with dates in the format "20041130", that is,
yyyymmdd. No matter what I've tried it continues to link them as integers.
Once in this format it seems practically impossible to turn into a "real"
date.
Any advice here? I'd be happy with either...
1) converting the int into a date - no, CDate doesn't work because it's not
a string
2) telling the system how to link it as a date -- the schema.ini already
says it's a date format but it seems Access doesn't care.
yyyymmdd. No matter what I've tried it continues to link them as integers.
Once in this format it seems practically impossible to turn into a "real"
date.
Any advice here? I'd be happy with either...
1) converting the int into a date - no, CDate doesn't work because it's not
a string
2) telling the system how to link it as a date -- the schema.ini already
says it's a date format but it seems Access doesn't care.