Hi,
I have spent the last day trying to resolve this one without success.
I have 4 separate queries that report on a range of consultants on their individual daily activity. What I want to do is combine all sets of results into one master query for export.
i.e.
Query 1
Consultant ID Clients
1 3
2 4
4 2
8 4
Query 2
Consultant ID Sales
1 3
2 2
3 2
5 1
Query 3
Consultant ID Sent
4 3
5 2
7 2
8 1
Query 4
Consultant ID Received
1 4
3 3
4 2
6 2
8 1
Desired Query
Consultant ID Clients Sales Sent Received
1 3 3 0 4
2 4 2 0 2
etc.
Once consolidated I can then do a simple export for reporting purposes.
Please can someone help, I have already wasted a day on this and ageing by the minute.
I have spent the last day trying to resolve this one without success.
I have 4 separate queries that report on a range of consultants on their individual daily activity. What I want to do is combine all sets of results into one master query for export.
i.e.
Query 1
Consultant ID Clients
1 3
2 4
4 2
8 4
Query 2
Consultant ID Sales
1 3
2 2
3 2
5 1
Query 3
Consultant ID Sent
4 3
5 2
7 2
8 1
Query 4
Consultant ID Received
1 4
3 3
4 2
6 2
8 1
Desired Query
Consultant ID Clients Sales Sent Received
1 3 3 0 4
2 4 2 0 2
etc.
Once consolidated I can then do a simple export for reporting purposes.
Please can someone help, I have already wasted a day on this and ageing by the minute.