A
Andy
Hello
I have a lookup table joining two tables together, Group and SubGroup. Each
Group has a set of corresponding SubGroups. e.g. Group: primary key = grp_id,
SubGroup: primary key = subgrp_ID, foreign key = grp_id.
in the lookup table, i want to be able to select a group from a combo box
listing (using lookup) so when a Group is selected, the corresponding lookup
list in SubGroup in the next field over changes to reflect the chosen Group.
In the SQL statement, how do you reference the field in the same row so that
I can do a select all records in SubGroup matching grp_id where grp_id = # in
the grp_id field of the same record?
THANKS!
Andrew
I have a lookup table joining two tables together, Group and SubGroup. Each
Group has a set of corresponding SubGroups. e.g. Group: primary key = grp_id,
SubGroup: primary key = subgrp_ID, foreign key = grp_id.
in the lookup table, i want to be able to select a group from a combo box
listing (using lookup) so when a Group is selected, the corresponding lookup
list in SubGroup in the next field over changes to reflect the chosen Group.
In the SQL statement, how do you reference the field in the same row so that
I can do a select all records in SubGroup matching grp_id where grp_id = # in
the grp_id field of the same record?
THANKS!
Andrew