P
P.McFarlane
Hi
I have two tables. The first, 'JobData', has in it the following fields:
Date, JobNo, Charge, Cost
The second, 'InvoiceData' has in it the following fields:
Date, JobNo, InvoicedAmount
I have been trying to create a query that will return the following:
JobNo, SumOfCharge, SumOfCost, SumOfInvoicedAmount between two dates
However table InvoiceData does not necessarily have an InvoicedAmount for
all JobNo within the date range.
So far I have not been able to create a suitable query.
Any suggestions would be very welcome.
I have two tables. The first, 'JobData', has in it the following fields:
Date, JobNo, Charge, Cost
The second, 'InvoiceData' has in it the following fields:
Date, JobNo, InvoicedAmount
I have been trying to create a query that will return the following:
JobNo, SumOfCharge, SumOfCost, SumOfInvoicedAmount between two dates
However table InvoiceData does not necessarily have an InvoicedAmount for
all JobNo within the date range.
So far I have not been able to create a suitable query.
Any suggestions would be very welcome.