Hi
I have a Customer table with a number of fields including ID (unique primary key), Name, Address and LabelCount (integer).
What I want to do is produce a mailing list report/query which will print out the number of address labels (taken from the field LabelCount) for each record in Customer.
So, for example
1, John Smith, 2 Long Drive, 5
2, James Jones, 4 Some St, 2
3, Billy Bob, 8 High St, 0
The report will print out 5 address labels for John Smith, 2 for James Jones and none for Billy Bob.
Thank you all for any help you can give.
Jaconat
I have a Customer table with a number of fields including ID (unique primary key), Name, Address and LabelCount (integer).
What I want to do is produce a mailing list report/query which will print out the number of address labels (taken from the field LabelCount) for each record in Customer.
So, for example
1, John Smith, 2 Long Drive, 5
2, James Jones, 4 Some St, 2
3, Billy Bob, 8 High St, 0
The report will print out 5 address labels for John Smith, 2 for James Jones and none for Billy Bob.
Thank you all for any help you can give.
Jaconat