GJT
Registered User.
- Local time
- Today, 13:47
- Joined
- Nov 5, 2002
- Messages
- 116
I have a requirement to create a labelling facility in my database. On the old DB - an AVERY label sheet is manually fed into the printer and we are able to print off exactly the right number of labels by entering the start / end positions on the sheet (working from left to right) 3 columns / 7 rows....... so if only 3 labels are required, 18 labels are left unused on the sheet. This can be fed back into the printer at a later date and the report re-run from a new start position i.e. start position = 3 / end position = 21, to use the remaining labels on the form.
The source table for this report only contains one record and the report generates 'n' instances of this label on the sheet. (where n is a user parameter)
I would like to do the same in my Access database - has anyone done anything similar or know of some code I can use to implement this functionality please ?
Thank you.
The source table for this report only contains one record and the report generates 'n' instances of this label on the sheet. (where n is a user parameter)
I would like to do the same in my Access database - has anyone done anything similar or know of some code I can use to implement this functionality please ?
Thank you.