changing a value with a combo box and commandbutton

smoke

Registered User.
Local time
Today, 00:16
Joined
Sep 2, 2004
Messages
18
can someoen give me an example of a vba that would change the value of a field in a table to whatever that is set in a combo box when you clicka button? thanks.
 
Check this site for "NotInList", the combobox event for an item not being in a combobox list allowing the item to be programmitically added to the list.
 

Users who are viewing this thread

Back
Top Bottom