G
Guest
I'm an access newbie so bear with me 
I have 3 related tables; incidents, managers, locations. Each manager has
many locations and each location can have many incidents. When people put in
an incident (using a form based on the incident table), they pick a location
from a list and I want it to display the manager name for that location. I
have created a lookup query that can tell you the name of the manager for an
incident id but I can’t get it to display in the form (these two tables are
not directly linked - is this the problem?) – it seems to pick a manager and
then stick with them regardless of which location you select. I am using a
list box to display the result.
I tried to put it in a text box instead and get #Name? displayed.
I have also tried adding a subform based on a location/manager name query
but don't know how to link it in properly.
Let me know if I haven't given enough detail.
Lucy

I have 3 related tables; incidents, managers, locations. Each manager has
many locations and each location can have many incidents. When people put in
an incident (using a form based on the incident table), they pick a location
from a list and I want it to display the manager name for that location. I
have created a lookup query that can tell you the name of the manager for an
incident id but I can’t get it to display in the form (these two tables are
not directly linked - is this the problem?) – it seems to pick a manager and
then stick with them regardless of which location you select. I am using a
list box to display the result.
I tried to put it in a text box instead and get #Name? displayed.
I have also tried adding a subform based on a location/manager name query
but don't know how to link it in properly.
Let me know if I haven't given enough detail.
Lucy