chrisjames25
Registered User.
- Local time
- Today, 14:04
- Joined
- Dec 1, 2014
- Messages
- 404
Hi
I have 3 comboboxs. FOr ease lets go with Country > State > City
Obviously when i choose an option in Country cbo it then populates the options available in the State cbo and then when i choose option in state in populates option available in City cbo.
What i want to achieve is to allow the user to skip having to choose a state if they dont want to.
SO basically i want after choosing country in country cbo for the user to be able to choose a state in state cbo or go straight to city cbo and choose a city.
I requery both cbo state and city after update in cbo country however it does not populate options in cbo city.
I have attached a snapshot of the query bulider. I beleive the issue is that it cant cope with a null value in the Tier2ID section but any thoughts would be appreciated.
I have 3 comboboxs. FOr ease lets go with Country > State > City
Obviously when i choose an option in Country cbo it then populates the options available in the State cbo and then when i choose option in state in populates option available in City cbo.
What i want to achieve is to allow the user to skip having to choose a state if they dont want to.
SO basically i want after choosing country in country cbo for the user to be able to choose a state in state cbo or go straight to city cbo and choose a city.
I requery both cbo state and city after update in cbo country however it does not populate options in cbo city.
I have attached a snapshot of the query bulider. I beleive the issue is that it cant cope with a null value in the Tier2ID section but any thoughts would be appreciated.