Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    Consider:

    WHERE DVDColor = "Red"

    That returns only records with "Red"

    WHERE DVDColor <> "Red"

    That returns every record except those with "Red"

    WHERE DVDColor Is Null

    That returns only records where field is Null



    WHERE Not DVDColor Is Null

    That returns every record except those where field is Null.


    If you still have a blank row in the combobox list, there must be an empty string in the field.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  2. #17
    warrenpage is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Oct 2013
    Posts
    69
    That makes it clearer. Thank you.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 11-06-2013, 02:12 PM
  2. Replies: 2
    Last Post: 01-21-2013, 10:38 PM
  3. Replies: 1
    Last Post: 11-02-2011, 03:15 AM
  4. Conditional Formatting date due color
    By Desstro in forum Programming
    Replies: 1
    Last Post: 12-08-2010, 11:12 PM
  5. Replies: 0
    Last Post: 11-13-2009, 10:18 AM

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