jdcallejas
Registered User.
- Local time
- Yesterday, 21:05
- Joined
- Jul 1, 2008
- Messages
- 108
Ok,
I have a fields called TotalAmount in my Invoice table, I have my subform with my details. Since I cant seem to get my TotalAmount field to get the sum of all my details, I will need to run a query that does that for me.
So I create a query that sums my invoice details and save as SumofDetails. than I create an update query that has my table invoices and the query SumOfDetails. I tell it to update my TotalAmount with my SumOfDetails Amount.
I get this error:
Operation must use an updatable query.
Any ideas how i can do this?
Daniboy
I have a fields called TotalAmount in my Invoice table, I have my subform with my details. Since I cant seem to get my TotalAmount field to get the sum of all my details, I will need to run a query that does that for me.
So I create a query that sums my invoice details and save as SumofDetails. than I create an update query that has my table invoices and the query SumOfDetails. I tell it to update my TotalAmount with my SumOfDetails Amount.
I get this error:
Operation must use an updatable query.
Any ideas how i can do this?
Daniboy