I think I need some hand-holding, I've searched but can't seem to find anything written to my level (uh, low).
I'm trying to setup a DB to catalog our injection molds at work. Each customer can have many molds, each mold can have one or many parts in it. So, I have three tables: Customers, Molds, and Parts. You can probably guess that I have relationships: Customers-Molds 1-many, Molds-Parts 1-many.
What I would like to have is a main form (frmCustomers) with a combo-box to choose the customer. Then a sub-form (displaying as a Single Form), sfrm1Molds, that has a combobox that the user can use to choose one of the customer's molds. And of course, have the record in the sub-form jump to that mold's info. There would also be a sub-subform (sfrm2Parts) that lists the parts in the chosen mold... it can be a datasheet.
Now I can get it to work if I have a combo on the main form and datasheets on the subforms, everything updates nicely. But it's not what I'm after, if I change the sfrm1Molds to a Single Form and put a combobox on it, all I get in the combo's list is a listing of all the molds in the DB (not just the customer that was chosen in the combo on the main form). The nav-buttons or the sfrm1Molds seems to work just fine, the only records browsable are the ones chosen by the main form's combo.
I must say I'm new to Access, I'm just using wizards to add subforms and make combos.
I think I need a requery but I'm unsure exactly where that should go and exactly what it should requery.
Thanks in advance!
-Todd
PS: I'd be happy to e-mail the DB to whomever might want to see the whole thing...
I'm trying to setup a DB to catalog our injection molds at work. Each customer can have many molds, each mold can have one or many parts in it. So, I have three tables: Customers, Molds, and Parts. You can probably guess that I have relationships: Customers-Molds 1-many, Molds-Parts 1-many.
What I would like to have is a main form (frmCustomers) with a combo-box to choose the customer. Then a sub-form (displaying as a Single Form), sfrm1Molds, that has a combobox that the user can use to choose one of the customer's molds. And of course, have the record in the sub-form jump to that mold's info. There would also be a sub-subform (sfrm2Parts) that lists the parts in the chosen mold... it can be a datasheet.
Now I can get it to work if I have a combo on the main form and datasheets on the subforms, everything updates nicely. But it's not what I'm after, if I change the sfrm1Molds to a Single Form and put a combobox on it, all I get in the combo's list is a listing of all the molds in the DB (not just the customer that was chosen in the combo on the main form). The nav-buttons or the sfrm1Molds seems to work just fine, the only records browsable are the ones chosen by the main form's combo.
I must say I'm new to Access, I'm just using wizards to add subforms and make combos.
I think I need a requery but I'm unsure exactly where that should go and exactly what it should requery.
Thanks in advance!
-Todd
PS: I'd be happy to e-mail the DB to whomever might want to see the whole thing...