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:
[Quoted Text] > Gilda wrote: > > When converting an access table to excel it loses it's formatting and > > rearranges the columns in alpha order. How can this be prevented? > > Formatting is simply a display attribute that does nothing to the underlying > raw data and it is the raw data that is exported. > > Build a query that uses the Format() function (not the property) to produce > the output you want and then export the query instead of the table. > > -- > Rick Brandt, Microsoft Access MVP > Email (as appropriate) to... > RBrandt at Hunter dot com > > >
|