acamusc
Technical User
- Apr 7, 2003
- 21
Hi, Good Morning : This is my problem:
I have to control expenses budget, I have a table "Master" with following fields:
-Year
-Project
-Account (Accounting code)
-Budget amount
-Expended
Another table "Voucher":
Year
Project
Account
Amount
With "Voucher" table I run a Query (Q1) with Totals, grouping Project, Account and SUM Amount = SUMofAmount. It works nice.
Then I tried to run a Updating query like this:
Master (Table) Q1 (Query)
Expended ---------------- SumofAmount
There are linked Fields Year, Project and Account.
I got following error message "The operation must use an updatable query", since I am updating a table and not a query I got confused.
Will thank any help.
I have to control expenses budget, I have a table "Master" with following fields:
-Year
-Project
-Account (Accounting code)
-Budget amount
-Expended
Another table "Voucher":
Year
Project
Account
Amount
With "Voucher" table I run a Query (Q1) with Totals, grouping Project, Account and SUM Amount = SUMofAmount. It works nice.
Then I tried to run a Updating query like this:
Master (Table) Q1 (Query)
Expended ---------------- SumofAmount
There are linked Fields Year, Project and Account.
I got following error message "The operation must use an updatable query", since I am updating a table and not a query I got confused.
Will thank any help.