A family of Microsoft relational database management systems designed for ease of use.
Ken, you say the 'delete related records' cascade is optional, and why. Wouldn't it be safer to run a delete query when you need to instead?
Do I assume that you feel the 'update related fields' cascade is not optional, and is a must?
As for the 'locking of form formats', I had issues with my subform before and I was losing the look that I wanted. I am referring to 'Border Style', 'Record Selectors', 'Navigation Buttons', 'Scroll Bars' and even the 'Fill/Back Color'. I know you guys don't want me to look at forms yet, but I don't want to forget what I want help with either. I hope you understand. Although I will refrain from asking anymore form questions for now.
Scottgem, thanks for telling me what to research for information and solutions. Regarding the split form view. That was what I thought the answer would be, thanks for confirming that.
Ken you state 'two foreign key columns, each of which references the primary key of the recipes table', but it won't let me enforce referential integrity.
So if I have my 'tblRecipeParts' with 3 fields 'rpRecipePartID', 'rpMainRecipeReferenceID', 'rpIncludedRecipeReferenceID', and have joined the 2 ReferenceID fields to the 'rRecipeID' field in 'tblRecipes' is this our simple BOM.
I also have 'tblParts' with 2 fields; 'ptPartsID' and 'ptPart' which has a one-to-many join from 'ptPartsID' to 'rpIncludedRecipeReferenceID' in 'tblRecipeParts'. I think this is right, but I am also thinking that if I somehow reference the Part in the form for the Recipe then this table is irrelevant.??
I have changed the Section table connection so as to group it with the ingredient information (yet another table coming off 'tblRecipeIngredients', if you think this is not right please let me know.