I have a two tables, each with 73 related tables utilizing the same key.
I've programmitically generated cascading update, cascading delete relationships between them the parent and the 73 children, but get an error on the 26th such relationship. Too many related tables.
Is there any way around this? I can manually track children, but Access does it so handily.
The 73 tables uniquely describe characteristics of different data. Consolidating and keying those tables at this juncture would be a nightmare this late in the project with hundreds of forms and reports.
I have just come to need the cascasing delete.
I'm going to try dynamically adding a relationdship when needed and deleting it prior to creating another. Anybody done that?
Suggestions? Poor table design I know.
I've programmitically generated cascading update, cascading delete relationships between them the parent and the 73 children, but get an error on the 26th such relationship. Too many related tables.
Is there any way around this? I can manually track children, but Access does it so handily.
The 73 tables uniquely describe characteristics of different data. Consolidating and keying those tables at this juncture would be a nightmare this late in the project with hundreds of forms and reports.
I have just come to need the cascasing delete.
I'm going to try dynamically adding a relationdship when needed and deleting it prior to creating another. Anybody done that?
Suggestions? Poor table design I know.

Last edited: