Having trouble with a relationship. Here's what I have:
Customer Table
1-M
Job Table
1-M
Equipment Table
Customers have multiple jobs, which have multiple pieces of equipment. The first relationship works fine--the ID (primary key) from the Customer Table is automatically entered into the "Corresponding Customer" field in my Job Table.
The second relationship is setup the same way--the ID (primary key) field from my Job Table should be automatically entered into the "Corresponding Job Number" field in my Equipment Table. BUT INSTEAD, the "Corresponding Job Number" isn't being filled in at all, and the ID-primary key for my EQUIPMENT TABLE is being automatically filled in with the ID-primary key from my CUSTOMER TABLE. Especially wacky because that field in the Equipment Table is set to autonumber.
Here's where I'm really baffled... Under relationships, only the two 1-M relationships are shown. Yes, I showed all. The only place I can find any join between the ID field on the Customer Table and the ID field on the Equipment table is when I show both tables in the query design view. I just tried this for kicks, and there is was.
Am I missing something really stupid? Why is Access joining those two fields? And help appreciated.
Customer Table
1-M
Job Table
1-M
Equipment Table
Customers have multiple jobs, which have multiple pieces of equipment. The first relationship works fine--the ID (primary key) from the Customer Table is automatically entered into the "Corresponding Customer" field in my Job Table.
The second relationship is setup the same way--the ID (primary key) field from my Job Table should be automatically entered into the "Corresponding Job Number" field in my Equipment Table. BUT INSTEAD, the "Corresponding Job Number" isn't being filled in at all, and the ID-primary key for my EQUIPMENT TABLE is being automatically filled in with the ID-primary key from my CUSTOMER TABLE. Especially wacky because that field in the Equipment Table is set to autonumber.
Here's where I'm really baffled... Under relationships, only the two 1-M relationships are shown. Yes, I showed all. The only place I can find any join between the ID field on the Customer Table and the ID field on the Equipment table is when I show both tables in the query design view. I just tried this for kicks, and there is was.
Am I missing something really stupid? Why is Access joining those two fields? And help appreciated.