C
Chris
I've created a database which outputs a .csv file. The .csv file has
(among others) two date fields which have to be in the format
dd/mm/yyyy. I've avoided the problem of Access exporting the time
along with the date by exporting from a select query, where the date
fields use the expression:
WithEffectFromDate: Format([WEFDate],"dd/mm/yyyy")
That's fine - except that if you open the .csv in Notepad, it shows
that the dates are enclosed with quotes:
,,,"29/01/2009","01/01/2099","EM", (etc.)
Other fields are text and need the quotes, but is there anything I can
do to stop the quotes appearing in the date fields? I've set the
format of the date fields in the query to be 'short date', but that
doesn't seem to make any difference.
Any ideas?
Chris.
(among others) two date fields which have to be in the format
dd/mm/yyyy. I've avoided the problem of Access exporting the time
along with the date by exporting from a select query, where the date
fields use the expression:
WithEffectFromDate: Format([WEFDate],"dd/mm/yyyy")
That's fine - except that if you open the .csv in Notepad, it shows
that the dates are enclosed with quotes:
,,,"29/01/2009","01/01/2099","EM", (etc.)
Other fields are text and need the quotes, but is there anything I can
do to stop the quotes appearing in the date fields? I've set the
format of the date fields in the query to be 'short date', but that
doesn't seem to make any difference.
Any ideas?
Chris.