B
BobV
I have an Access db for which the data is imported from another type of db.
One of the fields in the source db is a date field, but it's formatted as:
2/2/2004 04:17:58 PM
Access won't import this format as a date field, so I changed it to a text
field during the import process. Now, I would like to delete the ending
space and the AM or PM (basically, everything after the seconds digits).
How would I go about doing that? Afterwards, I figured I could then covert
it to a Date/Time field, and use it the way it was intended, since I need to
run queries based on a date range.
Also, is the format of the date itself a problem......if so, how would I add
0's where necessary?.....02/02/2004 instead of 2/2/2004.
Any help would be appreciated...thanks,
Bob
One of the fields in the source db is a date field, but it's formatted as:
2/2/2004 04:17:58 PM
Access won't import this format as a date field, so I changed it to a text
field during the import process. Now, I would like to delete the ending
space and the AM or PM (basically, everything after the seconds digits).
How would I go about doing that? Afterwards, I figured I could then covert
it to a Date/Time field, and use it the way it was intended, since I need to
run queries based on a date range.
Also, is the format of the date itself a problem......if so, how would I add
0's where necessary?.....02/02/2004 instead of 2/2/2004.
Any help would be appreciated...thanks,
Bob