Calculation?

S

Sharron

Hi, I would like to ask anyone, how I would enter a
calculation to update query, that adds 8.25% to all
records in a particular field that are above $200.00
 
S

sam

Set up your update query. In 'Update To' put [yourfield]
*1.0825 and in the criteria put >200

Hope that helps.
 
T

Thank You..

-----Original Message-----
Set up your update query. In 'Update To' put [yourfield]
*1.0825 and in the criteria put >200

Hope that helps.
-----Original Message-----
Hi, I would like to ask anyone, how I would enter a
calculation to update query, that adds 8.25% to all
records in a particular field that are above $200.00
.
.
 
G

Guest

This is not working, I must be doing it wrong. I am
putting in [myfield] * 1.0825 in the field box, and >200.
I get a invalid syntax message. Thank you in advance.
-----Original Message-----
Set up your update query. In 'Update To' put [yourfield]
*1.0825 and in the criteria put >200

Hope that helps.
-----Original Message-----
Hi, I would like to ask anyone, how I would enter a
calculation to update query, that adds 8.25% to all
records in a particular field that are above $200.00
.
.
 
J

John Vinson

This is not working, I must be doing it wrong. I am
putting in [myfield] * 1.0825 in the field box, and >200.
I get a invalid syntax message. Thank you in advance.
-----Original Message-----
Set up your update query. In 'Update To' put [yourfield]
*1.0825 and in the criteria put >200

Hope that helps.

Please post the SQL of your query. I think what was suggested was that
you put

on the Criteria line, and

[myfield] * 1.0825

on the Update To line, using of course your own field name in place of
myfield. Is this what you're doing?
 

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

Top