G
George
I am using an unbound combo box based on a query to look
up records on a form. The selected record is then
displayed on the same form as the combo box.
Users may then view the record OR update the record. If
the record is updated, then the info in the combo box
needs to change for the next lookup to be accurate. The
user never leaves the form and doesn't need to select a
command button to update the record.
I think that I need to run Requery on the Combo box, but I
can't seem to find the appropriate Event to attach it to.
Every event that I've tried seems to produce bad data, no
data, or errors.
Thanks for any help!
up records on a form. The selected record is then
displayed on the same form as the combo box.
Users may then view the record OR update the record. If
the record is updated, then the info in the combo box
needs to change for the next lookup to be accurate. The
user never leaves the form and doesn't need to select a
command button to update the record.
I think that I need to run Requery on the Combo box, but I
can't seem to find the appropriate Event to attach it to.
Every event that I've tried seems to produce bad data, no
data, or errors.
Thanks for any help!