sanders720
Programmer
What is an intermediate relationship? I have two tables
tblInquiryInfo - the first two fields are keyed:
CustomerID; InquiryNo; InquiryDate; InquiryDesc; PotentialYes; PotentialNo; Probable; Inactive
tblInquiryDate - the first field is keyed
AutoNum; InquiryNo; InquiryDate; Comments
When I drag InquiryNo from the first table to the second, I get an Intermediate relationship. What I really want is a one to many relationship.
Help with this is greatly appreciated.
tblInquiryInfo - the first two fields are keyed:
CustomerID; InquiryNo; InquiryDate; InquiryDesc; PotentialYes; PotentialNo; Probable; Inactive
tblInquiryDate - the first field is keyed
AutoNum; InquiryNo; InquiryDate; Comments
When I drag InquiryNo from the first table to the second, I get an Intermediate relationship. What I really want is a one to many relationship.
Help with this is greatly appreciated.