B
Bill Sturdevant
I have 3 tables:
TblA
ID
FldX
Lookup_To_TblB_For_Product_Type
Lookup_To_TblC_For_Product
TblB
ID
Product_Type
TblC
ID
Product
Lookup_To_TblB_For_Product_Type
In TblA, what rowsource do I use for Lookup_To_TblC_For_Product
such that the only values that show in the list are those values from TblC
where TblC.Lookup_To_TblB_For_Product_Type is equal to TblB.ID?
In other words, in TblA, you choose a Product Type, and the list of Products
available on that record are only those of the already select Product Type.
TblA
ID
FldX
Lookup_To_TblB_For_Product_Type
Lookup_To_TblC_For_Product
TblB
ID
Product_Type
TblC
ID
Product
Lookup_To_TblB_For_Product_Type
In TblA, what rowsource do I use for Lookup_To_TblC_For_Product
such that the only values that show in the list are those values from TblC
where TblC.Lookup_To_TblB_For_Product_Type is equal to TblB.ID?
In other words, in TblA, you choose a Product Type, and the list of Products
available on that record are only those of the already select Product Type.