Printing to thermal printer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Have a report that is based on a query. It is printing one
label at a time stopping in between each label. The
settings on the printer are "No pausing" between labels. I
cannot just pull from the table as there are some
calculations needed from the query. I then made a make
table query & now the report is pulling from that thinking
it will print all at once since it is a table, but still
printing one at a time. When I do a test & pull just from
the table it prints the lables all at one time. My
question being is there any way to print the labels all at
one time by way of a macro or code?
 
Although Im sure this is not the most hi tech way, you may
try creating a local temp file with the fields for the
label, use code to fill the file and the print the labels
using the temp file as a record source.

when i say temp file i dont mean a temporary file in
memory just design a table in the local tables and clear
and fill it as needed.
 
I did create a make table from a query which is cleared
after each print. It still does not print all at once.
I'm assuming because it is coming from a query.
 
Back
Top