Hi
I'm exporting an access file to txt.
I'm having problems with the date. Its been set to short date 'dd/mm/yyyy' but when viewed in the text file its shows as 'dd/mm/yyyy hh:mm:ss'
how do i suppress the hours, mins and seconds.
regards
chris
If possible, always save data in a table unformatted. It's best to format only where the end user sees the data. In a blank column in your query, type this into the field box.
Date: Format([DateField],"mm/dd/yy")
This will format your datefield to short date.
-Patrick
Nine times out of ten, the simplest solution is the best one.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.