Text field not being updated with new value

  • Thread starter gmazza via AccessMonster.com
  • Start date
G

gmazza via AccessMonster.com

Hey there,
On my form I choose a value, CriteriaOptionValue, from a combo box and right
after the choice, I update a specific table with the new value.
I also have the field CriteriaOptionValue right next to the combo box.
When I run the form, the CriteriaOptionValue text field shows the correct
info from the table.
When I choose a new value from the combo box, the text field
CriteriaOptionValue does not change to the new value.
I even requeried it in the Change event of the combo box and it still shows
the old value.

Any ideas how to get this field to show the new result in the table?
Thanks!
 
T

tina

what is the RecordSource of the form? and what is the ControlSource of the
combobox control? and the ControlSource of the textbox control? and what is
the name of the "specific table" you refer to in your post? and, finally,
*how* are you "updating that specific table " when you choose an option from
the combobox control's droplist?

hth
 
Top