G
geebee
Hi,
I have a button with the following code behind it:
DoCmd.OutputTo acTable, "FY02_BASETABLE", "MicrosoftExcel
(*.xls)", "U:\Travel Desk\Downloads\FY02_BASETABLE.xls",
True, ""
But when I click the button, I get the following error
message:
"File Error. Some number formats may have been lost."
Why am I getting this message?
Is there a better more robust way to do downloads?
Thanks in advance,
geebee
I have a button with the following code behind it:
DoCmd.OutputTo acTable, "FY02_BASETABLE", "MicrosoftExcel
(*.xls)", "U:\Travel Desk\Downloads\FY02_BASETABLE.xls",
True, ""
But when I click the button, I get the following error
message:
"File Error. Some number formats may have been lost."
Why am I getting this message?
Is there a better more robust way to do downloads?
Thanks in advance,
geebee