mbentley
Registered User.
- Local time
- Today, 15:14
- Joined
- Feb 1, 2002
- Messages
- 138
I have an OutputTo command that works fine until I convert the database to and mde file, then I get Error 2046: The command or action 'OutputTo' isn't available now. Here's my code:
Any ideas why this would be happening?
Code:
DoCmd.OutputTo acOutputQuery, strQuery, acFormatXLS, strSaveFileName
Any ideas why this would be happening?