I have set a Default Value for a combo box. The user has made some other selection. Now I need to reset to the default value without specifying it again. How?
To my knowledge you can't. Ya have to specify, but you can respecify the Default in VBA. This will not change your initial Default as specified in design view.
Note: The Default Value is and Index from 1 to the number of rows in the combobox.
You'll have to determine where in your code to place the following:
If you'd like, just supply the default table and field names on the form, and I'll work up the code for ya. You could stick it in a Command Button or activate it as you like.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.