TOPSie
New member
- Local time
- Today, 22:25
- Joined
- Jan 28, 2021
- Messages
- 7
I am supporting an established Access system for a distribution company.
They have a set of pre-printed labels and a corresponding set of label printers each loaded with a roll of their particular labels.
The Access system has a Report for each format of label. The Reports are programmed with extra information (e.g. best before date) used to overprint the standard label.
The printers are all on the local network and appear to be addressed by their IP address (e.g. 192.168.40.93) where the last triple is different for each printer.
However I can find nowhere in the Access.mdb file – properties or code where these connections are defined.
The only way I can see these addresses is when I take a copy of the mdb file and import it to my development system, which is not on the users network.
If I then attempt to open one of the reports in design view the following message pops up:-
"This document was previously formatted for printer 15PACK on 192.168.40.93. but this printer is not available. Do you want to use the default printer"
I don’t want to OK this as it would mean that if I copy the mdb file back to the users network the print association is lost.
If I choose Setup… and then the Page tab:- Allows me to choose a printer - but as I am not on the live network this is pointless
If you view the Properties of the report or search the code there is no mention anywhere of the printer connection details.
On the “live” system, nothing in the Report details gives any indication of the printer connection. I can’t even find the Page Setup dialogue.
Where does Access store the printer association and how can I change it - or at least preserve the live setting whilst doing offline development?
They have a set of pre-printed labels and a corresponding set of label printers each loaded with a roll of their particular labels.
The Access system has a Report for each format of label. The Reports are programmed with extra information (e.g. best before date) used to overprint the standard label.
The printers are all on the local network and appear to be addressed by their IP address (e.g. 192.168.40.93) where the last triple is different for each printer.
However I can find nowhere in the Access.mdb file – properties or code where these connections are defined.
The only way I can see these addresses is when I take a copy of the mdb file and import it to my development system, which is not on the users network.
If I then attempt to open one of the reports in design view the following message pops up:-
"This document was previously formatted for printer 15PACK on 192.168.40.93. but this printer is not available. Do you want to use the default printer"
I don’t want to OK this as it would mean that if I copy the mdb file back to the users network the print association is lost.
If I choose Setup… and then the Page tab:- Allows me to choose a printer - but as I am not on the live network this is pointless
If you view the Properties of the report or search the code there is no mention anywhere of the printer connection details.
On the “live” system, nothing in the Report details gives any indication of the printer connection. I can’t even find the Page Setup dialogue.
Where does Access store the printer association and how can I change it - or at least preserve the live setting whilst doing offline development?