 |
JOHikerTO Level: Trainee
 Registered: 25-10-2005 Posts: 2
|
Opening USB Port for Printing
In MSAccess 97 VBA, having trouble opening a USB Port for printing.
My application (working well) prints to the parallel LPT1 port openend as a file. The pre-printed form report then prints directly to the printer. Open "LPT1:" for Output as 1 works fine and printer then prints directly to a parallel port, but laptop has no parallel port.
Open "USB001" for Output as 1 just sends printing to a file.
I would the attempt printing the file to the printer, but I cannot Dim objPrinter as Printer object in this version 97 of MSAccess.
Any ideas on how I can get this done? Thank You!
|
|
25-10-2005 at 10:14 PM |
|
|
|
|
 |
 |