Date fields in an ASCII delimited file

D

David Howlett

I am exporting a table to an ASCII delimited file. All my date/time fields
export with a time stamp (i.e. 5/4/2004 03:04). I want the ASCII file to
contain only the date without quotes (5/4/2004).

How can I do that?
 
D

David Howlett

If I write a query and use (for example) the format() function. Won't it
convert the vaule to a string and therefore put quotes around it? The import
process on the other end requires a date field m/d/yyyy with no quotation
marks. Thanks.



Write a query.
Format the data in the query.
Export the query.
--
Joe Fallon
Access MVP



David Howlett said:
I am exporting a table to an ASCII delimited file. All my date/time fields
export with a time stamp (i.e. 5/4/2004 03:04). I want the ASCII file to
contain only the date without quotes (5/4/2004).

How can I do that?


..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top