K
kgoo
I have been trying to pull together an agency database. One agency can have
many agents; one agent can have many roles. I would like to keep the agency
(company information) separate and tie the company to the agent by a unique
agency code.
I created 4 Tables:
Agent Table - Agent ID (autonumber) is primary key
Company or Agency Table - Agency code is p.k.
Roles Table - Role ID (autonumber) is p.k.
AgentRoles Table - AgentRoleID (autonumber) is p.k. and includes AgentID,
Agency Code and RoleID.
I tried creating the relationship by tying all tables directly to the
AgentRoles Table, however, when I go into the query or form I can not update
either.
What am I doing incorrectly?
Ultimately I would like the form to have the agent's name; company; agency
code and different roles.
ABC agency - Agency code 123456
Donna Sue is president, treasurer and organizer
Jamie Eason is secretary & accountant.
How can I create a drop down next to each of their names to identify each
role in case we need to change each role.
Thanks
many agents; one agent can have many roles. I would like to keep the agency
(company information) separate and tie the company to the agent by a unique
agency code.
I created 4 Tables:
Agent Table - Agent ID (autonumber) is primary key
Company or Agency Table - Agency code is p.k.
Roles Table - Role ID (autonumber) is p.k.
AgentRoles Table - AgentRoleID (autonumber) is p.k. and includes AgentID,
Agency Code and RoleID.
I tried creating the relationship by tying all tables directly to the
AgentRoles Table, however, when I go into the query or form I can not update
either.
What am I doing incorrectly?
Ultimately I would like the form to have the agent's name; company; agency
code and different roles.
ABC agency - Agency code 123456
Donna Sue is president, treasurer and organizer
Jamie Eason is secretary & accountant.
How can I create a drop down next to each of their names to identify each
role in case we need to change each role.
Thanks