Update query Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to change the premuims payed by the members in the whole table from
one amount to the other EG: R72.00 to R85.00 but each premuim is divided up
in to brokers fee, admin fee ETC. I did test this on a mock data base I used
[PAYMENTS]![MEMEBRS]*1.1 To increase it by 10 % but i dont know how to tell
it to change from 72 to 85 and how to see if it effects the break down of
fees?????????

Thank You
george
 
George

Are you saying that every row that has "72" should have that replaced with
"85"?

If so, you could first build a select query that finds all the "72"s, then
change it to an update query that updates that field to "85".

Or am I missing something...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

The query cannot be completed. 1
Access Query problem 1
report 1
Figuring Rent in Excel 4
Student Fees 6
Copy a result of calculated control to another field 5
Multiple calculation problem 5
Form controls in a query 1

Back
Top