Results 1 to 2 of 2
  1. #1
    jysupert is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2014
    Posts
    1

    Exclude data points where fields are equal

    I am trying to exclude data from cells that have same value in two separate fields.

    Used to correct errors in multiple process chain. Ideally only values showing should be the errors. Can this be written into a query?



    No. F2 F3
    1 X1 Y1
    2 X1 X1

    No.1 would return value as they do not match


    Thanks in advance

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,902
    Maybe:

    SELECT * FROM tablename WHERE F2<>F3;
    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.

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

Similar Threads

  1. Replies: 3
    Last Post: 06-24-2014, 10:24 PM
  2. Three Fields - will NOT be equal -
    By pj33558 in forum Queries
    Replies: 3
    Last Post: 04-21-2014, 04:05 PM
  3. Replies: 7
    Last Post: 03-03-2014, 03:33 AM
  4. Need Help Making Report with Points Fields
    By ableco in forum Reports
    Replies: 10
    Last Post: 04-18-2013, 11:01 AM
  5. Replies: 7
    Last Post: 11-16-2012, 08:13 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