S
Shawn Sheridan
I have created a customer database with a simple table containing contact
information and then about 15 tables containing diverse information (e.g.,
Activity Logs, Equipment Details, Work Orders, etc.)
The main form contains the Customer table and each subform contains its own
table linked to the main form with command buttons. Each table contains the
CustomerID Foreign Key in one-to-many relationships with the CustomerID
Primary Key in the main table. Each table has its own PK (AutoNumber) with
the FKs set to Long Integer Number. The relationship is PK main table to FK
in minor table.
However, when I open a subform, from the main form, the data entered does
not link to the current record viewed on the main form. I have spent HOURS
searching, asking, looking around, reading Microsoft Help and have not been
able to discover why it is not linking. Can you help me??????????
I would be glad to email the database shell (1.5MB) to someone for review.
information and then about 15 tables containing diverse information (e.g.,
Activity Logs, Equipment Details, Work Orders, etc.)
The main form contains the Customer table and each subform contains its own
table linked to the main form with command buttons. Each table contains the
CustomerID Foreign Key in one-to-many relationships with the CustomerID
Primary Key in the main table. Each table has its own PK (AutoNumber) with
the FKs set to Long Integer Number. The relationship is PK main table to FK
in minor table.
However, when I open a subform, from the main form, the data entered does
not link to the current record viewed on the main form. I have spent HOURS
searching, asking, looking around, reading Microsoft Help and have not been
able to discover why it is not linking. Can you help me??????????
I would be glad to email the database shell (1.5MB) to someone for review.