Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. "JR Form" wrote: 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? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Found this on the net. Maybe it will help.
http://support.microsoft.com/kb/154498 "JR Form" wrote: 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine two Access reports into one Excel | New Users to Excel | |||
access query reports to excel formatting help | New Users to Excel | |||
Excel reports in Access | Excel Discussion (Misc queries) | |||
Printing Access reports through Excel command button? | Excel Discussion (Misc queries) | |||
Access Rights & Reports | Excel Worksheet Functions |