Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Program Paper Cut in VBA

Status
Not open for further replies.

nickperez22

Technical User
Jun 13, 2001
62
US
I want to create a paper cut on a EPSON T88 thermal printer in code. The printer manual has the following code for doing this in Visual Basic, however when I try to run this in Access VBA I get an error that the variable "Printer" is not defined.

Printer.FontSize = 10
Printer.FontName = "Control"
Printer.Print "F"
Printer.EndDoc

Is there a way to accomplish the same thing in VBA?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top