gauntletxg
Technical User
I have a customer address book form, with over 500 customers in it right now. There's a combo box with a list of all the customer names, and the user can select the customer they want to view the contact info. I'm trying to make it easier for people to find the customer they want.
I have 2 cascading combo boxes. The first is customer type, and the second is state. These work fine if you follow them in order. So, when both of these combo boxes are null, my customer combo box shows all records. I can then pick a customer type, and the state combo box only shows states where we have customers of that specific type. I can then choose a state to find customers of type X in state Y.
The problem is, I can't get these combo boxes to work independently. So when I select just a customer type, my customer combo box will not display any records until I select a state. The same is true for selecting just a state.
Anyone know what piece of the puzzle I'm missing? Thanks.
I have 2 cascading combo boxes. The first is customer type, and the second is state. These work fine if you follow them in order. So, when both of these combo boxes are null, my customer combo box shows all records. I can then pick a customer type, and the state combo box only shows states where we have customers of that specific type. I can then choose a state to find customers of type X in state Y.
The problem is, I can't get these combo boxes to work independently. So when I select just a customer type, my customer combo box will not display any records until I select a state. The same is true for selecting just a state.
Anyone know what piece of the puzzle I'm missing? Thanks.