I'm not sure if this is what shy216 is after, but I have a similar question.
I have an unbound cbo list that I have updating another bound cbo list on the form. Everything works, EXCEPT, when I select a value in the 1st unbound cbo list, the 2nd bound cbo list doesn't update with the new query dynaset. If I'm in Form View and make a quick swap to Design View and back again, then the 2nd control is updated.
More details:
1) Unbound combo box has its result stored into cboClubName (works).
2) a 2nd bound combo box uses cboClubName to generate its list items to only those records that match (i.e. Select tblTeams.sTeamName FROM tblTeams WHERE tblTeams.sClubName = cboClubName
The problem is that item two doesn't update its list based on a new selection from item 1. I have to jump out of form view and back again so that it is updated.
How do I force an instant update of the list values in item 2) above immediately upon a change to the selection in item 1)?
Its not good to mix posts . . . For your benefit, start a new thread and expose your specific porblem to the forum. At least this way you have full exposure to your specific problem! . . . and considering the great many guru's we have here . . . you owe it to yourself to do so ;-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.