I have a form with the following fields:
ID, EventID, ContactID, BookingID
the Event ID is a default value takem from the previous form, the ID is an autonumber and Primary, and the ContactID is selected using a combo box.
Wot i want to do however, is to reset the BookingID number back to 1, each time there is a new event number, and then increment this number by 1 as delegates are added.
Help muchly appreciated.
ID, EventID, ContactID, BookingID
the Event ID is a default value takem from the previous form, the ID is an autonumber and Primary, and the ContactID is selected using a combo box.
Wot i want to do however, is to reset the BookingID number back to 1, each time there is a new event number, and then increment this number by 1 as delegates are added.
Help muchly appreciated.