i've imported a DBF file where all non-numeric fields are TEXT formatted fields. as such, a typical date field reads like this: 111504 (which represents November 15, 2004)
which access function can i use to make this read like a date, i.e. 11/15/2004, so i can then make DATE caluclations?
i've tried Cdate, DateValue, Date, Date$, etc...and none seem to work.
which access function can i use to make this read like a date, i.e. 11/15/2004, so i can then make DATE caluclations?
i've tried Cdate, DateValue, Date, Date$, etc...and none seem to work.