Change a Sell Price Globally

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

Please Help.
I have a Table the contains products specicic to a
customer. I want to increase a price of certain products
by a set value ($.08) .

I have been able to isolate the records that I want to
update through a query. The question is...

How dow I Increase the sell price by .08 for every record
that I have found?

I know (I think!?) I need to use an append query, but how
do I do it?

Any help is appreciated. Thank you.
 
You need to use an Update Query. In the Price Column in
the "Update to" cell enter "[Price column name] + .08"
 
Back
Top