I'm using Access 2016 (Office 365).
My database has 3 tables: Producer, States, and Insureds.
I need a 1-to-many relationship from the States table to the Producer table.
I need a 1-to-many relationship from the States table to the Insureds tables.
I need 1-to-many relationship from the Producer table to the Insureds table.
I have a 1-to-many relationship from the States table to the Insureds table. This is on the State Abbr field of the States table and the State field in the Insureds table.
I also have a 1-to-many relationship from the Producers table to the Insureds table. This is on the Producer field in each table.
When I try to create a 1-to-many relationship from the States table to the Producer table I can’t get it done. Access keeps trying to create a 1-to-1 relationship. Why?
Each file has an autonumber primary key.
I don’t want to put Key values of the states into the Producers and Insureds tables; I want the actual data (State Abbr and the Producer) to be in the tables.
The fields I’m trying to put the relationships on are not the primary key fields.
I do not have a lookup table defined. Do I need a lookup table?