Hi all,
I have a table with several date fields. Next I have a query where I format the date fields so they can be exported in the correct format. I do this as follows:-
Date1: Format ([DATEBRTH],"ddmmyyyy")
Date2: Format ([DATESTRT],"ddmmyyyy")
When I export the file it is saved as a Fixed Width text file. The problem I am having is trying to import the text file and re-formatting the date back to the original format of "dd/mm/yyyy".
Is there anyway to do this?
Thanks for any help.
Taff.
I have a table with several date fields. Next I have a query where I format the date fields so they can be exported in the correct format. I do this as follows:-
Date1: Format ([DATEBRTH],"ddmmyyyy")
Date2: Format ([DATESTRT],"ddmmyyyy")
When I export the file it is saved as a Fixed Width text file. The problem I am having is trying to import the text file and re-formatting the date back to the original format of "dd/mm/yyyy".
Is there anyway to do this?
Thanks for any help.
Taff.