Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    1

    Need help with Update Query

    I know this is probably as simple as can be, but its just not coming to me.



    I have to decrease the Prices by 2%. What expression do I need to put in [Price]- ?

    There is not percent symbol and when I type it in I get errors.

  2. #2
    Join Date
    Dec 2005
    Location
    Wilmington, DE - USA
    Posts
    275
    Decreasing something by 2% is the same as multiplying by 98%. Something like this should work:

    UPDATE MyTable
    SET MyField = [MyField] * 0.98

    Replace the table and field names to match what you have in your db.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Update Query
    By Najeeb in forum Queries
    Replies: 1
    Last Post: 11-19-2015, 04:02 AM
  2. update query question
    By blusk06 in forum Queries
    Replies: 3
    Last Post: 05-30-2008, 05:55 AM
  3. Update Query
    By GrnISSO in forum Queries
    Replies: 0
    Last Post: 06-15-2007, 05:41 PM
  4. Need help with an Update query ...
    By valkyry in forum Queries
    Replies: 0
    Last Post: 04-23-2007, 08:45 PM
  5. Update Query
    By canadian1121 in forum Queries
    Replies: 1
    Last Post: 11-15-2005, 04:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums