Matt Brown
Registered User.
- Local time
- Today, 15:40
- Joined
- Jun 5, 2000
- Messages
- 120
Just designred a c of c database which allows the shopfloor test guys to create an outgoing c of c.
The database holds the following fields:
C of C Number
Date of Issue
Customer
Part no and iss
Batch No
Qty
Despatch/Invoice No
Description of items
Details of tests
Concessions
Authorised for release.
The database works just fine, the guys on the shopfloor have just added a little twist to the reporting which i'm struggling over.
A C of C may be raised for say a qty of 10.
What they want to be able to do is print 10 copies of the report (which is straightforward enough, just add 10 to the amount of copies in the print dialogue box) BUT!!!, Each copy must then say 1 OF 10, 2 OF 10 , 3 OF 10, 4 OF 10, 5 OF 10 etc etc...
Not so easy as when the report is run only one page is shown on the print preview, which in fact is correct as only one C of c acually exists in the database.
There is a query behind the report which is used to print the current record shown on screen.
Any help or ideas with this will be appreciated to the max!!
Thanks
Matt
The database holds the following fields:
C of C Number
Date of Issue
Customer
Part no and iss
Batch No
Qty
Despatch/Invoice No
Description of items
Details of tests
Concessions
Authorised for release.
The database works just fine, the guys on the shopfloor have just added a little twist to the reporting which i'm struggling over.
A C of C may be raised for say a qty of 10.
What they want to be able to do is print 10 copies of the report (which is straightforward enough, just add 10 to the amount of copies in the print dialogue box) BUT!!!, Each copy must then say 1 OF 10, 2 OF 10 , 3 OF 10, 4 OF 10, 5 OF 10 etc etc...
Not so easy as when the report is run only one page is shown on the print preview, which in fact is correct as only one C of c acually exists in the database.
There is a query behind the report which is used to print the current record shown on screen.
Any help or ideas with this will be appreciated to the max!!
Thanks
Matt