I have 2 queries for 2 reports. Id like to combine them.
Heres how they are:
qry1: Employee, Project title, RecordID, Status
qry2: Assigned Employee, Task, RecordID, Completed
What Im trying to do is show what each employee has on thier plate.
Only one employee is responsible for each project but they may assign other employees a task to help them. So, a employee can be tasked many times on the same project. (my qry2 for tasks only report if its not completed)
Right now the qry1 looks ok in the report because I have it grouped by employee. So does the qry2. But I cant figure out how to show the tasks without taking up half the page doing a subreport.
Current layout of qry1 Example:
Employee1 Name
RecordID Project title Status
RecordID Project title Status
RecordID Project title Status
Employee2 Name
RecordID Project title Status
RecordID Project title Status
RecordID Project title Status
Id like to put the tasks they may have at the end of the main projects thier working on, if any. Kinda to look like this:
Employee1 Name
RecordID Project title Status
RecordID Project title Status
RecordID Project title Status
Tasks: RecordID Task
Any ideas would surely help!
Heres how they are:
qry1: Employee, Project title, RecordID, Status
qry2: Assigned Employee, Task, RecordID, Completed
What Im trying to do is show what each employee has on thier plate.
Only one employee is responsible for each project but they may assign other employees a task to help them. So, a employee can be tasked many times on the same project. (my qry2 for tasks only report if its not completed)
Right now the qry1 looks ok in the report because I have it grouped by employee. So does the qry2. But I cant figure out how to show the tasks without taking up half the page doing a subreport.
Current layout of qry1 Example:
Employee1 Name
RecordID Project title Status
RecordID Project title Status
RecordID Project title Status
Employee2 Name
RecordID Project title Status
RecordID Project title Status
RecordID Project title Status
Id like to put the tasks they may have at the end of the main projects thier working on, if any. Kinda to look like this:
Employee1 Name
RecordID Project title Status
RecordID Project title Status
RecordID Project title Status
Tasks: RecordID Task
Any ideas would surely help!