I have a conundrum. I inherited a database with one table containing approximately 100 fields. Each record will only have each piece of data one time. The problem I am encountering is in the Forms. I have built a form with 30+ fields to be entered with a new record. This is all relevant information that must be there. There are two more forms with two sets of optional information that I want linked to the main form. When the optional form(s) open, I want the PK to show. Problem is, since the main entry form is open, I cannot access the other form.
That said, I could conceivably break this table up into three separate tables and have a one-to-one relationship with the main table. If I do this, how do I go about creating a new record in the optional tables based on the PK? And what if I want to enforce Referential Integrity?
Are you as confused as I am?
That said, I could conceivably break this table up into three separate tables and have a one-to-one relationship with the main table. If I do this, how do I go about creating a new record in the optional tables based on the PK? And what if I want to enforce Referential Integrity?
Are you as confused as I am?