Gilda said:
is there anywhere I can find info on how to do this? I understand
that the raw data remains however on a large amount of data it takes
a considerable amount of time to reformat to the format that existed
in Access. Thank you for your time and patience with this.
"Rick Brandt" wrote:
Quick explanation for one field...
New query with your single table as input. To set up a date field in the grid
(we'll say the name of this field is [EntryDate]). In the first cell have...
EntryDate: Format([TableName]![EntryDate], "yyyy-mm-dd")
When you preview the datasheet of the query you will see your date field output
with the entered format. If you were to export the query that format should be
retained. Repeat as necessary for all other fields in your table.