Results 1 to 3 of 3
  1. #1
    Arnold is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    May 2014
    Posts
    43

    Query column to show actual value in record only if it isnt = to valueA or valueB

    Hello all

    My column ShippingCost contains values of a dollar amounts and "Free".


    I need to run a query where the shipping cost for an Item that = "Free" or "$10.00" (the column is saved as text) should return a blank and all other cells should reflect the actual value.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    =iif([ShippingCost]=0,"Free",[ShippingCost])

  3. #3
    Arnold is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    May 2014
    Posts
    43
    Thank you it worked.

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

Similar Threads

  1. Replies: 12
    Last Post: 06-25-2013, 12:52 PM
  2. Query based on actual record
    By manicminer in forum Queries
    Replies: 4
    Last Post: 03-17-2012, 03:20 PM
  3. Query isnt updating table based on criteria
    By shabbaranks in forum Queries
    Replies: 12
    Last Post: 01-10-2012, 11:51 AM
  4. Query column info rather than actual value
    By nicnicman in forum Access
    Replies: 5
    Last Post: 12-15-2011, 09:21 PM
  5. Replies: 3
    Last Post: 11-29-2011, 02:37 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