I have created two combo boxes in a subform....
For example
1. Combo Box State
2. Combo Box City
3. When a state from the Combo Box State is selected, the City combo
box updates to reflect the State chosen by only showing cities in that
selected state.
4. When I open just the subform it works just fine but when I open the
Main form the contains the subform there are issues....
5. I can pick the State just fine but when I go to pick the City - a
box = an "Enter Parameter Value" opens...request ing the value for
[forms]![subform]![cbostate]. The city combo box is now blank.
The row source for the city combo box is a query that contains the
city and the state field - the criteria for the state field [forms]!
[subform]![cbostate].
Not sure why it works, when I do test via the subform but doesn't work
when when I go the main form that includes the subform....
Any ideas would be very appreciated.
Thx!
For example
1. Combo Box State
2. Combo Box City
3. When a state from the Combo Box State is selected, the City combo
box updates to reflect the State chosen by only showing cities in that
selected state.
4. When I open just the subform it works just fine but when I open the
Main form the contains the subform there are issues....
5. I can pick the State just fine but when I go to pick the City - a
box = an "Enter Parameter Value" opens...request ing the value for
[forms]![subform]![cbostate]. The city combo box is now blank.
The row source for the city combo box is a query that contains the
city and the state field - the criteria for the state field [forms]!
[subform]![cbostate].
Not sure why it works, when I do test via the subform but doesn't work
when when I go the main form that includes the subform....
Any ideas would be very appreciated.
Thx!
Comment