Help please
I am wanting to create some code which will resest a field.
I have a form called frmEvent which lists Events being offered. Against each Event are a list of Delegates, and these delegates are picked from a list of Contacts.
What i want to do is if say Event 1 exists, and there are 91 delegates, i want the next BookingID number to be 92. If however, Event 2 is added, and there are no delegates, i want the BookingID to be 1 and increments.
Hope this makes more sense than yesterdays' attempt.
I am wanting to create some code which will resest a field.
I have a form called frmEvent which lists Events being offered. Against each Event are a list of Delegates, and these delegates are picked from a list of Contacts.
What i want to do is if say Event 1 exists, and there are 91 delegates, i want the next BookingID number to be 92. If however, Event 2 is added, and there are no delegates, i want the BookingID to be 1 and increments.
Hope this makes more sense than yesterdays' attempt.