ACC: Printing Duplicate Mailing Labels for Each Record (1.x/2.0)ID: Q100146
|
Novice: Requires knowledge of the user interface on single-user computers.
This article describes how to print multiple labels for each customer
record. The example that follows uses the Customers table in the sample
database NWIND.MDB.
The following example generates 10 labels for each customer record:
Table: Label Count
------------------
FieldName: Count
DataType: Number
Query: LabelQuery
---------------------------------
Type: Select Query
Tables: Label Count and Customers
Join: None
Field: Company Name
Table: Customers
Total: Group By
Field: Contact Name
Table: Customers
Total: Group By
Field: Address
Table: Customers
Total: Group By
Field: City
Table: Customers
Total: Group By
Field: Region
Table: Customers
Total: Group By
Field: Postal Code
Table: Customers
Total: Group By
Field: Count
Table: Label Count
Total: Group By
Criteria: <= [Enter Number of Labels to Print for Each
Customer]
For more information about using totals in queries, search for "queries:
totals," and then "Calculate Totals in a Query" using the Microsoft Access
Help menu.
Additional query words: multiple many labels how to
Keywords : kbusage RptLabel
Version : 1.0 1.1 2.0
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: March 24, 1999