I have a main Table that holds all core data that gets data from other tables.
I need a query that returns the following data:-
Site Manager = Site number, Site Name
Each manager, manages a number of sites
in the site manager table i have the following fields ID (PK) and Site manager
This is displayed on the main table via a combo box.
When i run a query I get the ID number not the name. and it list by site number not the site manager
Please help
I need a query that returns the following data:-
Site Manager = Site number, Site Name
Each manager, manages a number of sites
in the site manager table i have the following fields ID (PK) and Site manager
This is displayed on the main table via a combo box.
When i run a query I get the ID number not the name. and it list by site number not the site manager
Please help