I WOULD LIKE TO CONTROL THE NUMBER OF COPIES THAT THE PRINTER WILL PRINT THRU VIASUAL BASIC CODE IN AN ACCESS APPLICATION, INSTEAD OF GOING TO THE PRINTER DIALOG BOX.
HOW CAN I DO THIS?
You could do it using a variable linked to a while clause. I have had a similar situation where different operators wanted a different number of copies of a specific print. I added a routine which enabled them to set the number of copies required which is stored in a table within the access database. This value is then read by the print procedure and I just loop round until the count is reached. [sig][/sig]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.