G
Guest
I am creating a database to track customer complaints and issues. I have the
following set up so far as tables:
Customers table:
Customer ID (AutoNumber)
First Name, Last Name, Address, CityStZip, Phone, Email
Complaints table:
Customer ID (Number - Long Integer)
and then my complaint fields
I have a relationship set up between the two using Customer ID. It is
Customers to Complaints, I have Enforce Referential Integrity, Cascade Update
Related Fields and Cascade Delete Related Records checked.
My problem is that the record in the Complaints Table is not created until
you enter the first piece of information in the table.
Is there a way to have that particular record created as soon as you create
the record in the Customers table? There is a field in the Complaints table
(resolved) that I need to use as a filter, so that any complaints that have
been resolved won't come up in the form.
following set up so far as tables:
Customers table:
Customer ID (AutoNumber)
First Name, Last Name, Address, CityStZip, Phone, Email
Complaints table:
Customer ID (Number - Long Integer)
and then my complaint fields
I have a relationship set up between the two using Customer ID. It is
Customers to Complaints, I have Enforce Referential Integrity, Cascade Update
Related Fields and Cascade Delete Related Records checked.
My problem is that the record in the Complaints Table is not created until
you enter the first piece of information in the table.
Is there a way to have that particular record created as soon as you create
the record in the Customers table? There is a field in the Complaints table
(resolved) that I need to use as a filter, so that any complaints that have
been resolved won't come up in the form.