J
Jeff
How can I add the current date to the name of an output
file?
DoCmd.OutputTo
acOutputTable, "CustDetailsTable", "Microsoft
Excel", "G:/CustDetailsTable withCurrentDate", No
Also, when I add "Microsoft Excel" as the output format(as
detailed above), I receive the following error:
The formats that enable you to output data as a Microsoft
Excel, rich-text format, MS-DOS text, or HTML file are
missing from the Windows Registry.
However, if I leave the format blank, the user is prompted
to choose which file format and Excel format works, if
chosen.
Thank you in advance for your help!!!
Jeff
file?
DoCmd.OutputTo
acOutputTable, "CustDetailsTable", "Microsoft
Excel", "G:/CustDetailsTable withCurrentDate", No
Also, when I add "Microsoft Excel" as the output format(as
detailed above), I receive the following error:
The formats that enable you to output data as a Microsoft
Excel, rich-text format, MS-DOS text, or HTML file are
missing from the Windows Registry.
However, if I leave the format blank, the user is prompted
to choose which file format and Excel format works, if
chosen.
Thank you in advance for your help!!!
Jeff