S
Stockwell43
Hello,
I have two tables that feed a form and subform.
tblmonthlytasks is the main form and has fields: EmployeeName,
TasksID(autonumber), CurrentDate
tblvolumes is the subform table and it's fields are: Volume, TaskID(number)
and TaskName
I made a totals query from tblvolumes with TaskName(groupBy) and volume(sum)
and EmployeeName(groupby) and works great. I made another query from
tblmonthlytasks with just the currentdate field and it works great.
My question is:
Now that I have the two queries that give me the information the way I want
it, how do I get the two to combine into one to show all four columns and
have the data look the same as when they are separate??
Thanks!!
I have two tables that feed a form and subform.
tblmonthlytasks is the main form and has fields: EmployeeName,
TasksID(autonumber), CurrentDate
tblvolumes is the subform table and it's fields are: Volume, TaskID(number)
and TaskName
I made a totals query from tblvolumes with TaskName(groupBy) and volume(sum)
and EmployeeName(groupby) and works great. I made another query from
tblmonthlytasks with just the currentdate field and it works great.
My question is:
Now that I have the two queries that give me the information the way I want
it, how do I get the two to combine into one to show all four columns and
have the data look the same as when they are separate??
Thanks!!