G
Guest
I am converting an old DOS application to an Access application. One of the
primary purposes of the application is to generate invoices (lots of them) on
preprinted tractor-feed forms using a dot matrix printer.
The output to the printer needs to contain control codes to set and reset
the printer's fonts, so I don't want the output going through the usual
Windows print drivers. I just want to send a stream of data straight to the
printer, as a DOS application would.
What's the best way to accomplish this with Access? I'm thinking that I
need to create a plain text file first (easy enough), then send it to the
printer (and that's what I can't quite figure out how to do). Am I on the
right track here?
primary purposes of the application is to generate invoices (lots of them) on
preprinted tractor-feed forms using a dot matrix printer.
The output to the printer needs to contain control codes to set and reset
the printer's fonts, so I don't want the output going through the usual
Windows print drivers. I just want to send a stream of data straight to the
printer, as a DOS application would.
What's the best way to accomplish this with Access? I'm thinking that I
need to create a plain text file first (easy enough), then send it to the
printer (and that's what I can't quite figure out how to do). Am I on the
right track here?