Using Access 2000
A form, frmCustomers, has 2 tab pages. On the first is frmCustomers based on tblCustomers. On the second is fsubProjects based on tblProjects. They are linked by CustomerID.
I try to enter a new customer. When I type the second character in the Last Name field, I get the message:
"You cannot add or change a record because a related record is required in tblCustomers." But I am on the form which is based on tblCustomers?
Additionally, the mere clicking on the Projects tab adds a project to tblProjects.
Any suggestions of where to look to track down the problem?
Thanks.
Tom
A form, frmCustomers, has 2 tab pages. On the first is frmCustomers based on tblCustomers. On the second is fsubProjects based on tblProjects. They are linked by CustomerID.
I try to enter a new customer. When I type the second character in the Last Name field, I get the message:
"You cannot add or change a record because a related record is required in tblCustomers." But I am on the form which is based on tblCustomers?
Additionally, the mere clicking on the Projects tab adds a project to tblProjects.
Any suggestions of where to look to track down the problem?
Thanks.
Tom