We have 2 fields (combo boxes) in a form which use look-up tables. Based on a selection from the first field, we would like the available selections in the second field to change.
Ex.
Field 1 : Option 1, Option 2
If Option 1 is selected,
Field 2 shows : Option A, Option B, Option C
If Option 2 is selected,
Field 2 shows : Option D, Option E, Option F
Is there a way to do this using Macros or VBA?
Ex.
Field 1 : Option 1, Option 2
If Option 1 is selected,
Field 2 shows : Option A, Option B, Option C
If Option 2 is selected,
Field 2 shows : Option D, Option E, Option F
Is there a way to do this using Macros or VBA?