C
cjstudioguy
Thanks for the help...I checked out the site, but I dont
have 3 tables. I only have 2 tables. A customer table
and an Order table. The main form is Customer and the
subform is Order. I don't know what he means by the
third table - "tblProductSupplier, a link table with
ProductID and SupplierID as foreign keys.".
His code uses tblProduct and tblProductSupplier and the
row source for the combo box is tblSupplier...so all 3
tables are apparently necessary for this to work. There
has to be a way to filter the main form based on a field
in the subform, preferably using just the two tables and
two forms that I already have.
Any suggestions?
Thanks
have 3 tables. I only have 2 tables. A customer table
and an Order table. The main form is Customer and the
subform is Order. I don't know what he means by the
third table - "tblProductSupplier, a link table with
ProductID and SupplierID as foreign keys.".
His code uses tblProduct and tblProductSupplier and the
row source for the combo box is tblSupplier...so all 3
tables are apparently necessary for this to work. There
has to be a way to filter the main form based on a field
in the subform, preferably using just the two tables and
two forms that I already have.
Any suggestions?
Thanks