Good Afternoon everyone. I would like to know if there is a way to print information from my Access database through another program. Here is my situation.
I have almost finished my database and we are down to the tweaking part, but it is already online and being used. BUT, I need to print 4" x 6" labels to go on our parts when we store them. On these labels I need a bar code for the serial numbers. The program my employer has chosen to use for the labels is Bartender 2021.
Through the database connection feature I have set up the connection between the two. I can print the labels I need, but I need to know which records to print. To accomplish this I have used the "AutoNumber" setting in the main table.
What I WANT to do is to be able to use either a button on my data entry form or the "AfterUpdate" in the event procedure to automate the print job.
If someone could point me in the right direction, it would be GREATLY appreciated. Thank you all for your time and help.
I haven't really tried very much. On this one, I'm still trying to find the beginning.