Increment numbers on a report

D

Dave

I have an accounts database with records on a subform linked to the main form
against the AccountID, I now want to produce a receipt against the latest
record. Have set up the receipts report but need to give it a serial no,
which will run sequentially.Have an unbound field on the report for the
serial no. The payments can be against any AccountID
So if AccountID 1 gets a payment it will be receipt no 1
If AccountID 34 gets a payment it will be receipt no 2 and so on.
Also need to transfer the serial no against each record for tracking purposes.
Any help would appreciated
 
T

tina

well, if you want the serial number stored as hard data in the table record,
then just generate the serial number in the data entry form - not in the
report - and save it to the underlying table. bind the control in the report
to that table field.

hth
 
D

Dave

Thks Tina

tina said:
well, if you want the serial number stored as hard data in the table record,
then just generate the serial number in the data entry form - not in the
report - and save it to the underlying table. bind the control in the report
to that table field.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top