G
Guest
Hello,
I have a dropdown in form1 that is controlled by column1 in table1. Column3
in table1 groups each record into groups of 1, 2, 3, etc, with multiple
records belonging to multiple groups. Is there a way to have the dropdown
limit what it shows to only group 1, or group 2, or group 3... etc. I
thought I could use a SELECT column1 WHERE column3 = 1 or something similar,
but I could not get it to work.
Any ideas? Thanks!
I have a dropdown in form1 that is controlled by column1 in table1. Column3
in table1 groups each record into groups of 1, 2, 3, etc, with multiple
records belonging to multiple groups. Is there a way to have the dropdown
limit what it shows to only group 1, or group 2, or group 3... etc. I
thought I could use a SELECT column1 WHERE column3 = 1 or something similar,
but I could not get it to work.
Any ideas? Thanks!