Results 1 to 4 of 4
  1. #1
    pedraza4 is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2010
    Posts
    2

    UnMatched Data Query (Edit Data)

    Hi!!!
    I have two tables in my database, one of the table is the main which contain the primary key, The other table was exported from an external system and should contain the primary key in one of the fileds in the table. The problem with the other table is that the name can differ from the primary key . a point or letter (e.g primary key is TIC-1120, but in the other table appears as TIC.1120.

    I created an unmatched query in order to find these records and modify it in order to be similar to the primary key. The problem that I have is that when I tired to modify the record in the unmatched query, I cannot modify it.

    I will appreciate any help



    thanks!!!!!

  2. #2
    evander is offline Competent Performer
    Windows 7 Access 2003
    Join Date
    Apr 2010
    Location
    Philippines
    Posts
    206
    Did you try to use nested queries or subqueries?

  3. #3
    pedraza4 is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2010
    Posts
    2
    I have not tried that options. How can I do it??

  4. #4
    evander is offline Competent Performer
    Windows 7 Access 2003
    Join Date
    Apr 2010
    Location
    Philippines
    Posts
    206
    SELECT * FROM Table1
    WHERE SomeID NOT IN (SELECT * FROM Table 2)

    You can actually re-state this into an outer join query. But I prefer nested queries sometimes. It's more readable.

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

Similar Threads

  1. Replies: 4
    Last Post: 05-17-2010, 05:32 PM
  2. Replies: 3
    Last Post: 07-30-2009, 07:12 AM
  3. Find data, load data, and save as a new record
    By hawzmolly in forum Access
    Replies: 0
    Last Post: 10-05-2008, 03:18 PM
  4. Unmatched data entered with data in table
    By boreda in forum Access
    Replies: 0
    Last Post: 07-28-2006, 09:11 AM
  5. Most reliable way to edit form data in VBA...?
    By samalter in forum Programming
    Replies: 0
    Last Post: 06-23-2006, 12:39 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