Hello everyone,
I have two combo boxes on a form (cbo1 and cbo2). The list of available values in cbo2 changes based on the value chosen in cbo1. Example: cbo1 has airlines and cbo2 has cities.
If:
cbo1 = Southwest, cbo2 should display Austin, Dallas, LA
cbo1 = United, cbo2 should display Austin, Denver, Portland
etc.
I would like to have this done via the After_Update function of cbo1. Can you provide some direction regarding how to do this?
Thank you
I have two combo boxes on a form (cbo1 and cbo2). The list of available values in cbo2 changes based on the value chosen in cbo1. Example: cbo1 has airlines and cbo2 has cities.
If:
cbo1 = Southwest, cbo2 should display Austin, Dallas, LA
cbo1 = United, cbo2 should display Austin, Denver, Portland
etc.
I would like to have this done via the After_Update function of cbo1. Can you provide some direction regarding how to do this?
Thank you