Print Access reports from Excel

J

JR Form

I have the task of creating a frontend in Excel to run data from a Access
database. Everything is going good until I try to print the canned reports
that are in the database. My users do not have Access as an application on
thier machines. So in the spirit of doing more with less I wonder is it
possible to call a function in a different workbook that resides on a machine
that has Access? Could I pass the users local printer information to allow
it to print at the correct location?

Is there a way to run the reports using DAO?
 
J

JLGWhiz

Been a while since I was on a LAN but as I recall, unless the server was
otherwise secured, I could send print routines to any printer on the net.
All I needed to know was whihich printer was on which server.

Seems like Prn = \\ServerName\PrinterName was the syntax, but it has been a
while.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top