Results 1 to 3 of 3
  1. #1
    sdc1234 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2013
    Posts
    89

    Query Question


    Greetings, I am trying to eliminate the /B from E/L/B 201, Instead of doing multiple queries to get rid of the /B, Is there an easier way of going about this in 1 query?

    V/R
    Novice

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    Use the REPLACE function, i.e.:
    Code:
    Replace([Field1],"/B","")
    For more information on this function, see: http://www.techonthenet.com/access/f...ng/replace.php

  3. #3
    sdc1234 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2013
    Posts
    89
    Thank you that worked

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

Similar Threads

  1. Query Question
    By CQCDave in forum Queries
    Replies: 1
    Last Post: 02-05-2015, 03:20 PM
  2. query question
    By jscriptor09 in forum Queries
    Replies: 10
    Last Post: 05-01-2013, 09:49 PM
  3. query question
    By John Elway in forum Queries
    Replies: 5
    Last Post: 11-09-2011, 09:58 PM
  4. vba query question
    By jscriptor09 in forum Programming
    Replies: 2
    Last Post: 10-08-2011, 07:22 PM
  5. Query with a question
    By sagit3 in forum Queries
    Replies: 0
    Last Post: 06-11-2009, 07:10 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