Reset Combo Box

Local time
Today, 22:52
Joined
Apr 29, 2001
Messages
47
I have a form with a combo box that list membership numbers, once a user has selected a member details are displayed. Once the user has updated the record I would like to reset the combo box back to null. How do I do this?

:confused:
 
Once the user has updated the record I would like to reset the combo box back to null.
How does the user update the record? Does he/she click a button to save the record? Somewhere you need to execute some code that says Me.[combo box name]=Null.
 

Users who are viewing this thread

Back
Top Bottom