Sebsboutique
New member
- Local time
- Today, 20:26
- Joined
- Jun 27, 2022
- Messages
- 7
Hi all,
I have a fairly specific problem I think. I have an inventory database that allows me to issue parts out. When items are issued out it auto prints out an A4 size invoice of the transaction but also prints out a sticker to a specified label printer. The A4 sheet is printed on the Windows default printer, but the label is printed on a separate label printer.
The problem I have is that we have many staff members with different instances of these printers as we hot desk, and the label printers are dotted about the Store. When you install the original label printer its listed as "Label_Printer" for example, but you move to another desk and it will create a copy of the Printer in the Windows settings "Label_Printer(copy 1)". I assume based on model S/N's or something?
So originally I had my label reports set to print to the specific printer labelled "Label_Printer". Worked like a charm, and the labels print great. Then as we got guys up and running and they started moving to different desks we found this issue.
I was wondering if there is a way for users to select the printer from a combo box or something to stop me from having to go back into the backend every time someone moves desk within the store.
I still need to be able to print the A4 document from the default Windows printer, so I assume I will need to find some fancy VBA way of solving this? Any help would be a massive bonus... Honestly I cant even work out how to get the combo box to list installed printers, let alone write some code to use the combo box to select a printer to print from.
Anyone been able to solve this kind of issue before? Printing in Access is something i seem to really struggle with past the default stuff.
Many thanks in advance,
Seb
I have a fairly specific problem I think. I have an inventory database that allows me to issue parts out. When items are issued out it auto prints out an A4 size invoice of the transaction but also prints out a sticker to a specified label printer. The A4 sheet is printed on the Windows default printer, but the label is printed on a separate label printer.
The problem I have is that we have many staff members with different instances of these printers as we hot desk, and the label printers are dotted about the Store. When you install the original label printer its listed as "Label_Printer" for example, but you move to another desk and it will create a copy of the Printer in the Windows settings "Label_Printer(copy 1)". I assume based on model S/N's or something?
So originally I had my label reports set to print to the specific printer labelled "Label_Printer". Worked like a charm, and the labels print great. Then as we got guys up and running and they started moving to different desks we found this issue.
I was wondering if there is a way for users to select the printer from a combo box or something to stop me from having to go back into the backend every time someone moves desk within the store.

I still need to be able to print the A4 document from the default Windows printer, so I assume I will need to find some fancy VBA way of solving this? Any help would be a massive bonus... Honestly I cant even work out how to get the combo box to list installed printers, let alone write some code to use the combo box to select a printer to print from.
Anyone been able to solve this kind of issue before? Printing in Access is something i seem to really struggle with past the default stuff.
Many thanks in advance,
Seb