J
Jon Young
First database attempt. Struggling with how to build/code a subform
(rowsource, event procedures and any other properties) to be able to
add/modify records in my many-to-many intersection table. So far I have:
TABLES/FIELDS:
tblProduct: lngProductID (PK), strProduct
tblProcess: lngProcessID (PK), strProcess
tblLINKProduct_Process: lngProductID (PK), lngProcessID (PK),
lngProcessOrder.
Referential integrity enforced.
FORMS:
frmProduct
fsubProcess
EXAMPLE:
ProductA - 1) cut, 2) drill, 3) cut, 4) paint
ProductB - 1) drill, 2) paint, 3) cut, 4) sand
I want to be able to select a product record on the form and then add/modify
processes and/or the process order on the subform. In the example above, for
instance, change ProductA to 1) drill, 2) paint, 3) sand, 4) cut, 5) assemble
in the subform datasheet. I've tried various ways, but no joy. Thanks in
advance for any guidance.
(rowsource, event procedures and any other properties) to be able to
add/modify records in my many-to-many intersection table. So far I have:
TABLES/FIELDS:
tblProduct: lngProductID (PK), strProduct
tblProcess: lngProcessID (PK), strProcess
tblLINKProduct_Process: lngProductID (PK), lngProcessID (PK),
lngProcessOrder.
Referential integrity enforced.
FORMS:
frmProduct
fsubProcess
EXAMPLE:
ProductA - 1) cut, 2) drill, 3) cut, 4) paint
ProductB - 1) drill, 2) paint, 3) cut, 4) sand
I want to be able to select a product record on the form and then add/modify
processes and/or the process order on the subform. In the example above, for
instance, change ProductA to 1) drill, 2) paint, 3) sand, 4) cut, 5) assemble
in the subform datasheet. I've tried various ways, but no joy. Thanks in
advance for any guidance.