Hi everyone
I don't know if what I want to do is possible without writing code to create a new recordset, but it is this
I have a query with job id, month, and hours in the month and another with job id, month and amount invoiced.
I need to combine these two tables linked on month and job id.
My problem is that I need to report for all months where there are hours AND OR amount invoiced, but neither query will contain all of the required months.
ie can I combine
job 1 april 5
job 1 june 10
with
job 1 may £100
job 1 june £200
to give?
job 1 april 5 0
job 1 may 0 £100
job 1 june 10 £200
Thanks for any thoughts.
sue
I don't know if what I want to do is possible without writing code to create a new recordset, but it is this
I have a query with job id, month, and hours in the month and another with job id, month and amount invoiced.
I need to combine these two tables linked on month and job id.
My problem is that I need to report for all months where there are hours AND OR amount invoiced, but neither query will contain all of the required months.
ie can I combine
job 1 april 5
job 1 june 10
with
job 1 may £100
job 1 june £200
to give?
job 1 april 5 0
job 1 may 0 £100
job 1 june 10 £200
Thanks for any thoughts.
sue