D
davidm
Hi Folks,
I'm running the following command:
DoCmd.TransferSpreadsheet acExport, 8, "qryDatabaseExportMain",
"DatabaseExport.xls", False, ""
When the command is encountered I get an error 3197, implying the object is
shared with another user, which is not the case.
The query is valid and produces an output when I look at it.
Any help would be most appreiciated.
Thanks,
Dave
I'm running the following command:
DoCmd.TransferSpreadsheet acExport, 8, "qryDatabaseExportMain",
"DatabaseExport.xls", False, ""
When the command is encountered I get an error 3197, implying the object is
shared with another user, which is not the case.
The query is valid and produces an output when I look at it.
Any help would be most appreiciated.
Thanks,
Dave