VB

K

Ken H

Is there any way to send a text string from Access VB straight to a generic printer?
 
M

Marshall Barton

Ken said:
Is there any way to send a text string from Access VB straight to a generic printer?


You should be able to to the File I/O statements (check Help
for Open, Put, Write, Close etc) write to LPT1.
 
Top