johnhobbis
Registered User.
- Local time
- Today, 22:44
- Joined
- Apr 5, 2001
- Messages
- 22
I have a subform with a field called "Visit_Number" the subform has a related childfield to the masterform
OutreachID Master(autonumber)
OutreachID child.
I need to add a record to the subform that keeps the current OutreachID (master) this works ok.
BUT I need the Visit_Number field to increment by one if a new record is added in the subform. I cannot use an auto number on the subform table because there may be more then one instance on the subform of the MasterID.
Anyone got any idea how i can increment the Visit_Number by 1 every time a record is added in the subform.
john
OutreachID Master(autonumber)
OutreachID child.
I need to add a record to the subform that keeps the current OutreachID (master) this works ok.
BUT I need the Visit_Number field to increment by one if a new record is added in the subform. I cannot use an auto number on the subform table because there may be more then one instance on the subform of the MasterID.
Anyone got any idea how i can increment the Visit_Number by 1 every time a record is added in the subform.
john