Results 1 to 5 of 5
  1. #1
    deeda67 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    3

    Removing unwanted info in Field on a access report

    Hi - I have a table that comes in from a live spreadsheet (so I cannot change the table design or the data in any way). I basically filter it through Access to have reporting capabilities. One field comes in as Steward: NAME. I want just the name in my report. Is there a way to remove the STEWARD: from each record in either the query or the report? Otherwise I have to go back to the creator and trust me that is worse. Any help appreciated.

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 10 Access 2016
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,538
    You can filter this out by making your record source for your report a query in lieu of going directly to a table. Employ the Left function to exclude the unwanted characters in the field.

  3. #3
    deeda67 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    3
    Ok the report's record source is a query. I will try that on the query part.

  4. #4
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    To strip "STEWARD: " from the name, you would want - Mid([YourFieldName],10)

  5. #5
    deeda67 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    3
    Thanks all. This worked except for the fact the creator decided to change new ones coming in so I had the correct and with the extra STEWARD. So a friend helped me get the if then statement and added your suggestion. Boom I look like a genius 😊

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

Similar Threads

  1. Replies: 1
    Last Post: 11-17-2015, 08:03 AM
  2. Replies: 8
    Last Post: 03-05-2015, 06:07 PM
  3. Replies: 7
    Last Post: 06-18-2014, 08:15 AM
  4. Removing Unwanted Spaces From Table Fields, Access 2007
    By rd.prasanna in forum Programming
    Replies: 3
    Last Post: 11-11-2013, 05:23 PM
  5. Replies: 5
    Last Post: 05-15-2013, 03:18 PM

Tags for this Thread

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