P
PeteyPueblo
I am currently restructuring the database at my company to allow for more
efficient use. I have the restructuring almost completely done, but I am
stuck on one design issue. Here are the basics of what I have:
We have fabricated parts, which are linked in a many to many relationship in
a junction table to the weld assemblies that they are a part of. This is
because many fabricated parts can be used in many different weld assemblies.
It was recently brought to my attention that there are weld assemblies that
are used in other weld assemblies. I tried to create a junction table with
two primary keys that relate back to the same weld assembly table, however, I
cannot enforce referential integrity with this relationship.
Has anyone solved a problem similar to this before? I have seen several
examples online of employees who manage other employees, but I am not sure
how to implement this kind of relationship into an Access environment.
efficient use. I have the restructuring almost completely done, but I am
stuck on one design issue. Here are the basics of what I have:
We have fabricated parts, which are linked in a many to many relationship in
a junction table to the weld assemblies that they are a part of. This is
because many fabricated parts can be used in many different weld assemblies.
It was recently brought to my attention that there are weld assemblies that
are used in other weld assemblies. I tried to create a junction table with
two primary keys that relate back to the same weld assembly table, however, I
cannot enforce referential integrity with this relationship.
Has anyone solved a problem similar to this before? I have seen several
examples online of employees who manage other employees, but I am not sure
how to implement this kind of relationship into an Access environment.