B
bdehning
What is the best way to bring together 2 unrelated queries based on different tables into one report. I can combine the queries but then I get duplicate values in fields such as consultant and date fields.
I would like to be able to have the report provide totals based on a date field for both queries. I could introduce this same field into both queries if needed.
I have both reports working independently currently but would like all infomation on one report.
I am using IF and sum statements in the one main table. The second table/query has the following fields
Location Servicing Division - Text Box
Assigned Consultant - Text Box
Month/Year - Date Field
Staff Meeting/Training - Number field such as 1.75
Vacation/Sick - Number Field such as 1.75
Special Project - Number field such as 1.75
The top 2 fields are also in the other table/query. Date field in other table is Date Written Report Sent
Best way to proceed? I can provide additional information as needed.
I would like to be able to have the report provide totals based on a date field for both queries. I could introduce this same field into both queries if needed.
I have both reports working independently currently but would like all infomation on one report.
I am using IF and sum statements in the one main table. The second table/query has the following fields
Location Servicing Division - Text Box
Assigned Consultant - Text Box
Month/Year - Date Field
Staff Meeting/Training - Number field such as 1.75
Vacation/Sick - Number Field such as 1.75
Special Project - Number field such as 1.75
The top 2 fields are also in the other table/query. Date field in other table is Date Written Report Sent
Best way to proceed? I can provide additional information as needed.