R
Rich
Background....
Printing detail (firearm info) on ID cards. 1st card holds 1st 6 guns,
I want additional cards to print rest of them (without duplicating 1st
6. Owners may not have more than seven or could have many more. Guns
are stored in table with license ID, name, etc...
So, what I need to do is skip the 1st six guns for an owner and print
the rest (if they have more than 6) on the additional cards. The detail
part of the gun info is a report with a query selecting the owners
license ID (so it only prints his/her guns on the card).
Is there an easy (or not so easy) way of doing this (starting with the
7th queried gun and going forward))?
Thanks,
Rich.
Printing detail (firearm info) on ID cards. 1st card holds 1st 6 guns,
I want additional cards to print rest of them (without duplicating 1st
6. Owners may not have more than seven or could have many more. Guns
are stored in table with license ID, name, etc...
So, what I need to do is skip the 1st six guns for an owner and print
the rest (if they have more than 6) on the additional cards. The detail
part of the gun info is a report with a query selecting the owners
license ID (so it only prints his/her guns on the card).
Is there an easy (or not so easy) way of doing this (starting with the
7th queried gun and going forward))?
Thanks,
Rich.