Spydermine
Programmer
This one's a bit weird and hard to describe. On my forms (any form) when I select the criteria and click the button to perform this line:
DoCmd.OutputTo acQuery, "ManOrVolQuery", "MicrosoftExcel(*.xls)", "\\fsss253001-w\ow\users\dsilva_k\KD LEAP Database\Test\SelectAllExcel.xls", True, ""
Once in a while (I can't see a pattern to it) it errors with this:
Clicking Debug leads to this:
When I go to check the SQL statement, it's empty:
Any suggestions will help, thanks in advance!
DoCmd.OutputTo acQuery, "ManOrVolQuery", "MicrosoftExcel(*.xls)", "\\fsss253001-w\ow\users\dsilva_k\KD LEAP Database\Test\SelectAllExcel.xls", True, ""
Once in a while (I can't see a pattern to it) it errors with this:
Clicking Debug leads to this:
When I go to check the SQL statement, it's empty:
Any suggestions will help, thanks in advance!