S
Steven
I have two tables- main table is tblEnquiry with
EnquiryID as Primary key, autonumber and several fields.
Second table is tblContact with Primary key COntactID,
and Contact Type adn EnquiryID fields. Both tables linked
through EnquiryID. I use a cbo based on tblContact for
the user to enter information into the 'Contact Type'
field in tblEnquiry. We would like to produce a monthly
report of Contact Type vs. Date of Enquiry.
However, we have a problem with, we think, the
relationship between the two tables. When we enter
information in 'Contact Type' field in tblContact, we get
the fault message saying the table cannot be updated
because there is no accompanying record in tblEnquiry.
Hope I have provided enough information and it is
understandable.
Many thanks.
EnquiryID as Primary key, autonumber and several fields.
Second table is tblContact with Primary key COntactID,
and Contact Type adn EnquiryID fields. Both tables linked
through EnquiryID. I use a cbo based on tblContact for
the user to enter information into the 'Contact Type'
field in tblEnquiry. We would like to produce a monthly
report of Contact Type vs. Date of Enquiry.
However, we have a problem with, we think, the
relationship between the two tables. When we enter
information in 'Contact Type' field in tblContact, we get
the fault message saying the table cannot be updated
because there is no accompanying record in tblEnquiry.
Hope I have provided enough information and it is
understandable.
Many thanks.