Hi Folks,
I tried to explain my problem previously, but from a different angle and think I didn't get across what I needed to do properly.
I'm at a bit of a dead end with my database. I want to use a query to collate information from two tables so I can export single records to a word document.
I have two tables, one for my projects and one for all departmental employees.
I want to create a query that with one row that will provide all relevant project info (name, start date, completion date etc) from the first table along with the contact details of multiple individuals from the employee table.
Is it possible to design a query to do this when details are returned from multiple records within one table, rather than four separate and related tables?
How can I return four sets of employee details within one project record on a query?
I have tried many methods to get this to work and think I am approaching it in the wrong way as nothing I have tried seems to work.
I tried to explain my problem previously, but from a different angle and think I didn't get across what I needed to do properly.
I'm at a bit of a dead end with my database. I want to use a query to collate information from two tables so I can export single records to a word document.
I have two tables, one for my projects and one for all departmental employees.
I want to create a query that with one row that will provide all relevant project info (name, start date, completion date etc) from the first table along with the contact details of multiple individuals from the employee table.
Is it possible to design a query to do this when details are returned from multiple records within one table, rather than four separate and related tables?
How can I return four sets of employee details within one project record on a query?
I have tried many methods to get this to work and think I am approaching it in the wrong way as nothing I have tried seems to work.