Results 1 to 3 of 3
  1. #1
    alinapotter is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Posts
    11

    update query that adds 8.25% taxes

    I need help with a function that adds 8.25% to all records that are above$100



    Thank you

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    On the Criteria row that field, use:
    Code:
    >=100
    Then on the Update To row that field, use:
    Code:
    [Field1] * 1.0825

  3. #3
    alinapotter is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Posts
    11
    Thank you!

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

Similar Threads

  1. Query adds record to table?!?
    By dantejazz in forum Queries
    Replies: 9
    Last Post: 03-11-2012, 08:58 PM
  2. Access adds records it shouldn't add?
    By supertanno in forum Access
    Replies: 1
    Last Post: 11-07-2011, 09:57 AM
  3. Tab adds new record
    By xionhack in forum Forms
    Replies: 2
    Last Post: 06-14-2011, 01:17 AM
  4. Clicking on Form Background Adds New Record?
    By swimmermx in forum Forms
    Replies: 3
    Last Post: 08-03-2010, 12:14 PM
  5. Clicking on label adds new record?
    By swimmermx in forum Forms
    Replies: 1
    Last Post: 07-25-2010, 07:03 AM

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