If you are talking about printing labels like this --
Row 5 Column 6
Row 5 Column 7
Row 6 Column 11
you can build a table containing all your combinations and then print.
The table would have two fields - Row & Col.
You can populate it using Excel Autofill or Access Cartesian function. Use
a temporary table with all the row number and another with all the column
numbers in a query but do not join them. The results will be every possible
combination that you can append to the label table.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.