Labels

  • Thread starter Thread starter bmorgan8h
  • Start date Start date
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.
 
Back
Top