W
wayne zabel
I use ---
DoCmd.OutputTo acTable, "Payments", "MicrosoftExcel(*.xls)",
"c:/payments.xls", False, ""
-----To backup a table to my c drive. What would the syntax be to backup the
file to the c drive on another computer located on my network. The name of
the computer is "Barbara-PC"
DoCmd.OutputTo acTable, "Payments", "MicrosoftExcel(*.xls)",
"c:/payments.xls", False, ""
-----To backup a table to my c drive. What would the syntax be to backup the
file to the c drive on another computer located on my network. The name of
the computer is "Barbara-PC"