Exporting to a text file

  • Thread starter Thread starter Dennis Kline
  • Start date Start date
D

Dennis Kline

I'm trying to export to a text file with criteria that my date be mm/dd/yy.
It's that way in my tabe, but when I export it it show mm/dd/yyyy 0:00:00.
Very frustrating and used to be fine in 2003? Help!
 
Create a query based on the table, and use the Format function (with a
format of "mm/dd/yyyy") around the date field.

Export the query instead of the table.
 
Back
Top