how do i export dates prior to 1900 from access to excel

A

Alan

all dates in my access database prior to 1900 are lost when exporting to
excel, unless i set the field to text not date/time
 
J

John Nurick

Hi Alan,

As I understand it this is a limitation of Excel. But you can still use
Date/Time fields in Access. All you have to do is convert the dates to
text as you export them, using a calculated field in a query, e.g.

fDateField: Format([DateField],"dd/mm/yyyy")
 

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