Results 1 to 4 of 4
  1. #1
    Alexieoo is offline Advanced Beginner
    Windows 8 Access 2010 32bit
    Join Date
    Sep 2015
    Posts
    38

    Update Query Help

    Hello,

    I am trying to update a field with commas and spaces in it "German, Shepherd" in an update query. My issue is, when I put "Like German"","" Shepherd*" into the criteria and I go to Datasheet view to ensure I am updating the correct field, and it shows up blank. I have also tried "German & "" , "" & Shepherd". Any comments?

    Thanks

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Maybe
    LIKE 'German,*'

    or

    WHERE ((([MyField] LIKE 'German,')) OR ([MyField] LIKE '*Shepherd'))

  3. #3
    NTC is offline VIP
    Windows 7 64bit Access 2013
    Join Date
    Nov 2009
    Posts
    2,392
    rather than guess - look at your data and copy that 1 field, then go to design view and paste that into the criteria......

  4. #4
    Alexieoo is offline Advanced Beginner
    Windows 8 Access 2010 32bit
    Join Date
    Sep 2015
    Posts
    38
    You way seemed to work. Thank you for your feedback and to"ItsMe". Perhaps I was spelling the string incorrectly... Oh well.

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

Similar Threads

  1. Replies: 14
    Last Post: 08-12-2014, 06:33 AM
  2. Replies: 7
    Last Post: 08-26-2013, 06:05 AM
  3. Replies: 1
    Last Post: 05-17-2013, 12:53 PM
  4. Replies: 2
    Last Post: 08-30-2012, 07:59 AM
  5. Replies: 4
    Last Post: 11-10-2011, 03:41 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