Hi All,
I have 2 problems that I have been trying to solve for too long now, I have searched this and other forums for an answer but I can not find a solution. I believe that the 2 problems related.
I have a DB based on 3 main tables,
Table Name Primary Key Foreign Key
TblCustomers CustomerID
TblDataInput DataInputID Customer
TblDataInputSubForm DataInputSubFormID DataInputID
All primary keys are autonumber fields and all foreign keys are number fields
I have created a main form "FrmAuditInput" which is has a sub form "SFrmAuditInputSubForm", form "FrmAuditInput" is populated with a combo box "Customer" (foreign key) this works fine.
Problem 1. Is that I cannot get the sub-form to load the data into the table.
Problem 2. I cannot get the sub-form table to relate to the main form table.
I would appreciate any help.
GeoffK78
AuditDB.zip