Exporting a date column

M

mscertified

When I export a date column to a csv file I always get the date followed by
"0:00:00", is there any way to get rid of this time portion withiout using
the local settings which may vary from machine to machine. I looked in Access
Help but it gave no examples forthe Format function.

Thanks.
 
R

Rick Brandt

mscertified said:
When I export a date column to a csv file I always get the date
followed by "0:00:00", is there any way to get rid of this time
portion withiout using the local settings which may vary from machine
to machine. I looked in Access Help but it gave no examples forthe
Format function.

Thanks.

Use a query to export instead of a table. In the query use the Format()
function (not the format property) to set the format of the date as desired.
 
Top