98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Access 2003
Access 2003
Resolved · Low Priority · Version 2003
Jason has attended:
Access Intermediate course
Access 2003
how can I set a printer from within access that over-rides the default printer on the host machine.
Can I then create a PDF file and email in one operation
RE: Access 2003
Hi Jason, thanks for your query.
First, here's a useful discussion on manipulating printer settings in Access VBA:
http://forums.databasejournal.com/showthread.php?t=51681
Note, the talk of the API at the end. It's difficult to give you specific advice because, of course, things can change depending on the set up but I doubt you'll need to go into manipulating the Printer API. Next, is a link to PDF-ing and emailing...
http://p2p.wrox.com/access-vba/54452-print-pdf-access.html
...which opens a whole can of worms. We go into manipulation of the Outlook object model on our Excel VBA course, but one of the key things to check is that withing Access you do actually have a reference to the Outlook object model. You do this using Tools-References within the VBA IDE.
See how you get on and let me know if you encounter any difficulties.
All the best,
Anthony
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Display current date & time in column of any widthThe worksheet function =NOW() returns the current date & time. When entered into a column which is not wide enough to display the value NOW returns, the cell displays ### |