S
Scott
Hello-
I have read multiple posts on this and am still having trouble. I have
an unbound combo on a form that fills 3 other bound text boxes when a
value is selected in the combo box. The record source for the form is a
query. When I navigate between records, the bound text boxes change
information, but the Combo displays the same info between record
navigation. I have set requery on both the combo's after update event
and the forms on current event (Me.cboItemNum.Requery).
Why doesnt the info in the combo change? Should it? I think one of the
MVP's said it should not be changing. When I look at the recordset in
the undelying query all the information is correct, and it is from this
query that I will base my reports. In that sense I guess I am ok, but I
don't want the users of the database to become confused if they start
navigating records and see that the item code combo is not changing
along with the other 3 text boxes containing item information
(description, manufacturer code, manufacturer name). Any ideas on this
would be greatly appreciated.
Thanks-
Scott Sabo
I have read multiple posts on this and am still having trouble. I have
an unbound combo on a form that fills 3 other bound text boxes when a
value is selected in the combo box. The record source for the form is a
query. When I navigate between records, the bound text boxes change
information, but the Combo displays the same info between record
navigation. I have set requery on both the combo's after update event
and the forms on current event (Me.cboItemNum.Requery).
Why doesnt the info in the combo change? Should it? I think one of the
MVP's said it should not be changing. When I look at the recordset in
the undelying query all the information is correct, and it is from this
query that I will base my reports. In that sense I guess I am ok, but I
don't want the users of the database to become confused if they start
navigating records and see that the item code combo is not changing
along with the other 3 text boxes containing item information
(description, manufacturer code, manufacturer name). Any ideas on this
would be greatly appreciated.
Thanks-
Scott Sabo