Cascading combo
I know there is plenty of info out of there on how to do cascading combos, but im still sruggling! (Not just laziness), ive downloded sample databases but i guess i wont understand one until i have one working within my database.
I need one that allows a product to be selected based upon the selection of a supplier. The combo is needed on frmMainForm.
I have a table tbl uppliers with the Supplier ID and Name
I then have a table tbl Product with the Product ID and Product Name against the Supplier ID
Is this the correct structure? Will a cascading combo work from this structure?
Ive attached it, if anyone can help it would be great!
I know there is plenty of info out of there on how to do cascading combos, but im still sruggling! (Not just laziness), ive downloded sample databases but i guess i wont understand one until i have one working within my database.
I need one that allows a product to be selected based upon the selection of a supplier. The combo is needed on frmMainForm.
I have a table tbl uppliers with the Supplier ID and Name
I then have a table tbl Product with the Product ID and Product Name against the Supplier ID
Is this the correct structure? Will a cascading combo work from this structure?
Ive attached it, if anyone can help it would be great!