Results 1 to 2 of 2
  1. #1
    geofftke is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jun 2013
    Posts
    1

    Help? One Table, Finding Unmatched

    I am as new as new gets to Access. I was told it (I have Access 2007) is the perfect tool to accomplish the following:

    I have a 2 column, 4,000 row spreadsheet in Excel. I want to remove any duplicated rows (both of them) and view ONLY those rows that do not have a duplicate at all (unmatched).



    If someone has the patience to explain this to me, that would be great.

    -Confused Beginner

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    Link to or import from the Excel worksheet. Links can be queried just like a natural table.

    Try:

    SELECT * FROM tablename WHERE IsNull(DLookup("field2", "tablename", "field2='" & field1 & "'"));
    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: 7
    Last Post: 03-28-2013, 06:41 AM
  2. Finding Table Aliases
    By hfile in forum Access
    Replies: 2
    Last Post: 12-26-2011, 02:38 PM
  3. Replies: 1
    Last Post: 12-08-2011, 01:52 PM
  4. Unmatched query on 1 table
    By tmcrouse in forum Access
    Replies: 7
    Last Post: 06-01-2011, 08:38 AM
  5. Replies: 2
    Last Post: 06-20-2010, 06:54 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