mckenneyj
MIS
- Jun 1, 2002
- 96
Table has composite key PeopleID Integer & SeminarID Integer
The Form has you select an individual with a combo box bound to peopleid
It then has you select a seminar to attend using another combo box bound to seminarid
On the afterupdate event I need to check and see is any records already in the table have matching people & seminarid and then inform the user "This person is already registered. Would you like to edit their registration?"
Thanks,
John McKenney
Work Hard... Play Harder
The Form has you select an individual with a combo box bound to peopleid
It then has you select a seminar to attend using another combo box bound to seminarid
On the afterupdate event I need to check and see is any records already in the table have matching people & seminarid and then inform the user "This person is already registered. Would you like to edit their registration?"
Thanks,
John McKenney
Work Hard... Play Harder