Announcement

Collapse
No announcement yet.

Decrease all the prices

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Decrease all the prices

    Hi,

    I intend to decrease the prices of all the articles of 5%.

    I know that I can change all the prices in the ActinicCatalog.mdb file and in the "Product" table.

    My question is: is there a method to change all the prices with only one formula ( like in Excel) ?

    Thank you very much,

    Bruno

    #2
    Hi,

    You could use an 'Update Query' in Access and use the following formula in the update to field: -

    Code:
    [Price]*0.95
    This will reduce your prices by 5%

    Comment


      #3
      Hi,

      Thank you very much..... that works

      Cheers,

      Bruno

      Comment

      Working...
      X