Output To...

B

Brian

When I use the Output To command for either a query or a
table that contains a date field the format is 'medium
date'. I need it to be mm/dd/yyyy. Any suggestions?
 
D

Douglas J. Steele

Wrap a Format statement around your date field in the query, and export the
query.
 
Top