A
alex
My query contains the following fields:
InvoiceID HoursWorked HourlyRate HourlyAmount
HourlyAmount is an entry in the query to perform a
caculation:
HourlyAmount:[HoursWorked]*[HourlyRate], which returns
the calculated value correctly in the form built from
this query.
There are sometimes several entries for hoursworked,
hourlyrate and hourlyamount per record [InvoiceID], which
is listed in the form I use to enter and view data.
What I need to do is sum the HourlyAmount per each unique
record containing the unique InvoiceID's. I have searched
for a way, but nothing is working. I have joined
ElementK online to learn more about Access, but could
not find an answer to my summing issue. Can someone
suggest a formula to perform this summing of fields per
record? Thanks
InvoiceID HoursWorked HourlyRate HourlyAmount
HourlyAmount is an entry in the query to perform a
caculation:
HourlyAmount:[HoursWorked]*[HourlyRate], which returns
the calculated value correctly in the form built from
this query.
There are sometimes several entries for hoursworked,
hourlyrate and hourlyamount per record [InvoiceID], which
is listed in the form I use to enter and view data.
What I need to do is sum the HourlyAmount per each unique
record containing the unique InvoiceID's. I have searched
for a way, but nothing is working. I have joined
ElementK online to learn more about Access, but could
not find an answer to my summing issue. Can someone
suggest a formula to perform this summing of fields per
record? Thanks