Hi,
I have an Access 2010 bank reconciliation database in which I have a sub-form frmCheckBatch based on table (tblCkBat) where checks can be entered in batches, i.e, all checks from the same date can be entered and tied back to a single record in the master form / table (frmMstr /tblMstrTable).
I need to be able to carryforward the last check number and increment it by one each time. There are 2 series of check numbers; 109257 and 41484.
I have tried DMax in VBA and:
1. it always finds the 41484 series
2. it increments the original check number every time and not the last check number just entered.
Thanks in advance for any help
I have an Access 2010 bank reconciliation database in which I have a sub-form frmCheckBatch based on table (tblCkBat) where checks can be entered in batches, i.e, all checks from the same date can be entered and tied back to a single record in the master form / table (frmMstr /tblMstrTable).
I need to be able to carryforward the last check number and increment it by one each time. There are 2 series of check numbers; 109257 and 41484.
I have tried DMax in VBA and:
1. it always finds the 41484 series
2. it increments the original check number every time and not the last check number just entered.

Thanks in advance for any help