View Full Version : Combo Box


Bear
01-31-2000, 06:50 AM
I have created a combo box from an existing table. The problem that I am having is when choose an option from the box and continue on to the next form/record the option I selected is not saved so when I return to it appears blank again.
I appreciate any ideas anyone may have.

cbasulto
01-31-2000, 11:25 AM
You have probably not bound the control to a field in your table. View the properties of the control and make sure the control source property on the data tab is set to the correct field.

Bear
01-31-2000, 12:38 PM
Thanks, I can't believe I over looked that.