Update Form with Combo Box Values
I have a form that I use for both editing and adding. When the form is used for editing I load the fields with vaues from the table. When loading the combo boxes I set the option selected to the value of the record but when I click the update button it says my field is null. Why doesn't it recgnize that I loaded/selected a value in the combo box.
Re: Update Form with Combo Box Values
Quote:
Originally posted by realgoldn
I have a form that I use for both editing and adding. When the form is used for editing I load the fields with vaues from the table. When loading the combo boxes I set the option selected to the value of the record but when I click the update button it says my field is null. Why doesn't it recgnize that I loaded/selected a value in the combo box.
It will be hard to say without looking at the code. Post your code if possible..