Hi,
I have a form: "frmIngredients_Editable"
Table behind this form is: "tblIngredients_Table"
Primary Key: "Ing_CodeID"
This form has a sub form: "frmIng_Spec_in_use Subform edit"
Table behind this form is: "tblIng_Spec_Detail"
Primary Key: "Ing_SpecID"
These two tables are linked by: "tblIng_Spec_in_use"
Which has both of the primary keys for the above tables and the primary key of: "Ing_Spec_in_use_ID"
I want the subform ("frmIng_Spec_in_use Subform edit")
to show exisiting specifications as well as allowing users to associate a new specification with the ingredient.
Yesterday I got help to do this on a linked form, now I would like to know how to do it with a subform.
Thank you
I have a form: "frmIngredients_Editable"
Table behind this form is: "tblIngredients_Table"
Primary Key: "Ing_CodeID"
This form has a sub form: "frmIng_Spec_in_use Subform edit"
Table behind this form is: "tblIng_Spec_Detail"
Primary Key: "Ing_SpecID"
These two tables are linked by: "tblIng_Spec_in_use"
Which has both of the primary keys for the above tables and the primary key of: "Ing_Spec_in_use_ID"
I want the subform ("frmIng_Spec_in_use Subform edit")
to show exisiting specifications as well as allowing users to associate a new specification with the ingredient.
Yesterday I got help to do this on a linked form, now I would like to know how to do it with a subform.
Thank you