reversing dates from yyyymmdd to mmddyyyy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

we exported to an excell spread sheet and the dates are reversed. we wanted
mmddyyyy and they come into spread sheet yyyymmdd
 
Create a query based on the table(s) which you want to export to Excel. On
the date field use the Format function to show the data like you want
exported. Export the query.

FormattedDate: Format([YourDateField], "mmddyyyy")
 

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

Back
Top