T
Tim Stephens
I have two tables; one main table and on table used for combo box lookup.
There are two fields in the main table that are restricted to valves in the
other table. After a valve is selected in the first field I want the combo
box for the second field to only display data based on the first field. Here
is an example of the second tables data:
A 1
A 2
A 3
B 1
B 3
B 5
etc.
If the first field in the main table is "A" I want the combo box for the
second field to only display "1, 2, 3".
Any help on this would be appreiated.
There are two fields in the main table that are restricted to valves in the
other table. After a valve is selected in the first field I want the combo
box for the second field to only display data based on the first field. Here
is an example of the second tables data:
A 1
A 2
A 3
B 1
B 3
B 5
etc.
If the first field in the main table is "A" I want the combo box for the
second field to only display "1, 2, 3".
Any help on this would be appreiated.