I have attached a sample of data with the table I am working with.
What I am trying to get out of the query is this
From the table Invoice I want to get the field InvoiceID, DateofInvoice, Property, and BillingRate.
From the table Labor I want to get the total hours for each job tied to the Invoice ID
From the Table Purchase I want to get the total amount of purchases
My ultimate goal is to have a query that will show the InvoiceId Property and the toal amount of the Invoice.
I have tried several different things but I cannot get the results. It always seems to double the entries for the first invoice and skips number 2
and seems to look right for number 3. I have not even tried the calculations yet. If someone can point me in the right direction I would really appreciate it.
Thanks in advance.
What I am trying to get out of the query is this
From the table Invoice I want to get the field InvoiceID, DateofInvoice, Property, and BillingRate.
From the table Labor I want to get the total hours for each job tied to the Invoice ID
From the Table Purchase I want to get the total amount of purchases
My ultimate goal is to have a query that will show the InvoiceId Property and the toal amount of the Invoice.
I have tried several different things but I cannot get the results. It always seems to double the entries for the first invoice and skips number 2
and seems to look right for number 3. I have not even tried the calculations yet. If someone can point me in the right direction I would really appreciate it.
Thanks in advance.