Solved Print labels starting in specific location.

LALovelady

New member
Local time
Today, 06:54
Joined
Apr 6, 2021
Messages
17
The rptLabels report starts printing in upper left corner. I'd love to be able to decide what position to start my label so I can use a label sheet that has been partially used.
 

Attachments

Options I can think of:

1. write data to a temp table and add enough blank rows to account for the used label spaces. Anything else will require even more complicated VBA

2. have a table of 'blank' records and UNION it to the data table
 
it can be done but quite frankly the cost of modifying the system, a user working out where the labels are required to start (don't think you can rely on wherever they finished last time) and perhaps getting it wrong etc versus the cost of a partial sheet of labels - is it worth it? And if you are only printing one or two labels at a time, perhaps you have the wrong type of printer?
 

Users who are viewing this thread

Back
Top Bottom