This seems like a very simple problem but it is driving me crazy. I have a form with two combo boxes, the 1st one (Location) uses a value list and the 2nd one (Building) uses a query. What I am trying to do is let the user pick a location from the first combo and using that value filter the second box to only show buildings for that location. The building table has a location field and a building field. This is the table I am basing my second combo box on.
The first combo box is named Employee Location and the second combo box is named Employee Building. I build a query selecting building where location is equal to combo box one value. It seems to work the first time but never again. I have put a after update event in the first combo box which says [Employee Location].requery, but it has no effect. I would appreciate any help in solving this problem.
The first combo box is named Employee Location and the second combo box is named Employee Building. I build a query selecting building where location is equal to combo box one value. It seems to work the first time but never again. I have put a after update event in the first combo box which says [Employee Location].requery, but it has no effect. I would appreciate any help in solving this problem.