TheSearcher
Registered User.
- Local time
- Today, 18:44
- Joined
- Jul 21, 2011
- Messages
- 385
I'm getting the error message "The format in which you are attempting to output the current object is not available" when running the following code from a module:
DoCmd.OutputTo acOutputReport, "r_Nafta", "acFormatPDF", "c:\ohus_access\Nafta.pdf"
I'm using Access 2010.
acFormatPDF does show up in my "List Properties/Methods.
I've done this successfully many times on this computer - even this code worked a few months ago.
What can possibly be happening????
Thanks,
TS
DoCmd.OutputTo acOutputReport, "r_Nafta", "acFormatPDF", "c:\ohus_access\Nafta.pdf"
I'm using Access 2010.
acFormatPDF does show up in my "List Properties/Methods.
I've done this successfully many times on this computer - even this code worked a few months ago.
What can possibly be happening????
Thanks,
TS