nickperez22
Technical User
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?
Printer.FontSize = 10
Printer.FontName = "Control"
Printer.Print "F"
Printer.EndDoc
Is there a way to accomplish the same thing in VBA?