I have a Database for tracking conference attendance. Because of this I want to be able to both retrieve attendees and also adding new attendees. I have a form that allows me to retrieve attendees already input into a table via a combo box, but I can't add new attendees via that same combo box. I have tried using the event "not on list", but, being pretty new to access, I'm not sure what to do with it.
Would love some help!
Software/Hardware used:
ASKED:
November 18, 2008 5:41 PM
UPDATED:
November 19, 2008 8:28 PM
And then if you want to see that new attendee in the combo box without exiting the form, you need to refresh the combo box. Using the OnEnter event of that combo box, put in me!MyCombobox.Requery