"File Error. Some number formats may have been lost" I'm receiving this error when Access executes the w/ the following code...
DoCmd.OutputTo acOutputQuery, "qryRoRWebUpdates", acFormatXLS, "RoR_Web_Updates.xls", True
However the data within Excel looks fine...
Is there a way to avoid the error message?
Thanks in advance.
Kacy
________
Body Science
DoCmd.OutputTo acOutputQuery, "qryRoRWebUpdates", acFormatXLS, "RoR_Web_Updates.xls", True
However the data within Excel looks fine...
Is there a way to avoid the error message?
Thanks in advance.
Kacy
________
Body Science
Last edited: