G
Guest
I'm having trouble getting the operation to work. Here's the code I'm using:
DoCmd.OutputTo acOutputReport, "rptRounds", acFormatXLS, "C:\rptRounds.xls", 0
When I try it, I get the following error message: Runtime error '6'; Overflow
Can anyone help me figure out what I'm doing wrong?
DoCmd.OutputTo acOutputReport, "rptRounds", acFormatXLS, "C:\rptRounds.xls", 0
When I try it, I get the following error message: Runtime error '6'; Overflow
Can anyone help me figure out what I'm doing wrong?