S
sap4ora
I have two tables in a one-to-many relationship as following:
Table1: [ pkeyColumnID, ProductType, Factory] ……..One Side
Table2: [fkeyColumnID, ProductType, Factory, Status,……..] ………..many side
Created main form based on query1 that lists ProductType and it’s location
per factory
The ProductType and Factory are ComboBox and are non-bound
Created Submain form based on a select query2 that lists items out of table2
(simple select Query)
Q: I have added the submain form to the main form to have users just enters
the ProductType from a drop list and Factory then the subform should show the
details based on the users selection?
Could you please help?
Main form:
Data: Record Source: Query1
Subform:
Data: Record Source: Query2 and Source Subject: Subform
LinkChildFields: fkeyCoulmnID
LinkMasterFields: pkeyCoulmnID
I had attempted to use the ProductType and Factory in linking the main to
the sub but with no success.
Thanks,
Table1: [ pkeyColumnID, ProductType, Factory] ……..One Side
Table2: [fkeyColumnID, ProductType, Factory, Status,……..] ………..many side
Created main form based on query1 that lists ProductType and it’s location
per factory
The ProductType and Factory are ComboBox and are non-bound
Created Submain form based on a select query2 that lists items out of table2
(simple select Query)
Q: I have added the submain form to the main form to have users just enters
the ProductType from a drop list and Factory then the subform should show the
details based on the users selection?
Could you please help?
Main form:
Data: Record Source: Query1
Subform:
Data: Record Source: Query2 and Source Subject: Subform
LinkChildFields: fkeyCoulmnID
LinkMasterFields: pkeyCoulmnID
I had attempted to use the ProductType and Factory in linking the main to
the sub but with no success.
Thanks,