D
David C. Holley
I have a subform that lists guests attached to a reservation using
CONTINUOUS view. Guests are selected using a comboBox. Since a guests
SHOULD NOT be listed twice on a reservation, I want to put something
together where if the guest is selected, the user is advised that the
guest is already attached to the reservation. I can check for wether or
not the guest is already attached easily enough, however I need to
figure out to which event I should attach the code - Form_BeforeInsert,
Form_AfterInsert, comboBox_?.
CONTINUOUS view. Guests are selected using a comboBox. Since a guests
SHOULD NOT be listed twice on a reservation, I want to put something
together where if the guest is selected, the user is advised that the
guest is already attached to the reservation. I can check for wether or
not the guest is already attached easily enough, however I need to
figure out to which event I should attach the code - Form_BeforeInsert,
Form_AfterInsert, comboBox_?.