Results 1 to 2 of 2
  1. #1
    SpaceYeti is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2016
    Posts
    1

    Does "<>**" Mean Something?


    I'm looking through a database that needs to be updated, and I found a query with a criteria of "<>**" (without the quotations). As far as I can tell, the author was trying to find something which did not equal any string (or, any two strings?). I made a copy of the query and removed that criteria, and it seems to pull up the exact same information. I then made a query which would find any place the two queries would be different, and it returned zero rows. Is this a way to search for possible nulls without using "IS NULL", or something? I can't figure out what use this might have, or what use it might have used to have.

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,409
    Not sure how you are getting the query to run - as written "<>**" will generate a syntax error, and if you enter the criteria is the query grid, access will automatically add the quotes "<>'**'".

    So sounds like a more complete explanation of what you have is required - what is the field datatype being filtered? what sort of data does it contain?

    I'd speculate the * are wildcards, but they only work with Like

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

Similar Threads

  1. Replies: 2
    Last Post: 12-23-2015, 09:32 PM
  2. Replies: 1
    Last Post: 09-07-2015, 08:00 AM
  3. Replies: 1
    Last Post: 09-03-2014, 03:27 AM
  4. Replies: 2
    Last Post: 11-14-2012, 04:47 PM
  5. Replies: 11
    Last Post: 03-29-2012, 02:32 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