We have an Access application here that is used by about 10 people. They each have Access on their machines, and the application itself resides on a networked drive.
The application - say we call that "Program", when opened connects to a database (also Access) - call that "Database". Both of these reside on the same shared network drive.
At most, 10 people are using "Program" at any one given time (although that would likely cause problems - the fewer using it, the better).
We have recently (past few months) seen an issue that no matter what a person's local default printer is set to on their machine, when they use "Program" and want to print - it will print to a somewhat arbitrary printer (we have about 7 printers in the office, and it chooses 1 of 3 to print to) and I can't figure out why.
I am assuming that the issue is because more than one person is running the program at any given time, so that if they want to print to one machine, it then retains that info and overrides anyone else?
Is this a common issue? Are there easy fixes so that when someone prints (via a report button that executes "DoCmd.OpenReport 'report name' acViewNormal".
My experience with database applications is more on the web client side instead of another Access client going into the database - not to mention multiple people running that same client at the same time over the network.
thanks
The application - say we call that "Program", when opened connects to a database (also Access) - call that "Database". Both of these reside on the same shared network drive.
At most, 10 people are using "Program" at any one given time (although that would likely cause problems - the fewer using it, the better).
We have recently (past few months) seen an issue that no matter what a person's local default printer is set to on their machine, when they use "Program" and want to print - it will print to a somewhat arbitrary printer (we have about 7 printers in the office, and it chooses 1 of 3 to print to) and I can't figure out why.
I am assuming that the issue is because more than one person is running the program at any given time, so that if they want to print to one machine, it then retains that info and overrides anyone else?
Is this a common issue? Are there easy fixes so that when someone prints (via a report button that executes "DoCmd.OpenReport 'report name' acViewNormal".
My experience with database applications is more on the web client side instead of another Access client going into the database - not to mention multiple people running that same client at the same time over the network.
thanks