Can anyone help? I have 2 fields on a form- the first is a combo list of possible grouping values, and the second is a combo list of the options within every grouping. What i’m hoping to do is get it so that the options visible in the drop-down menu in the second combo are only those that belong to the group that a user has selected in the first.
Eg: The first combo contains the groups “Aspect” and “Geology”
The second combo contains “North” South” “East” and “West” (with an extra field in the lookup table called Group, which in this case has “Aspect” for all of those), as well as “Sandstone” “Basalt” and “Shale” (which all have “Geology” in the Group column of the lookup).
Is it possible that once a user selects (for example) “Geology” from the first combo, that in the second combo list, only the Geology options (Sandstone, Basalt and Shale) appear when it is clicked? I’ve tried to get it to work using queries but can’t. Maybe some OnEvent macro??? Can anyone help? I hope i’ve been clear enough as to what I’m trying to do- it’s a little hard to explain.
Thanks…. OzMax