Results 1 to 3 of 3
  1. #1
    LiverEatnJohnson is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    17

    Append query skipping row????

    Ok I made an append query that looks like this



    INSERT INTO Classes ( site, type, s_date, coach1, coach2, coach3 )
    SELECT DISTINCT Both.Site, Both.Type, Both.Date, Both.RiderCoach1, Both.RiderCoach2, Both.RiderCoach3
    FROM [Both];

    but when I run it, it skips filling the coach1 row but fills all other rows anyone got an idea why it might do that?? Thanks in advance.

    P.S.
    As a note if I run

    SELECT DISTINCT Both.Site, Both.Type, Both.Date, Both.RiderCoach1, Both.RiderCoach2, Both.RiderCoach3
    FROM [Both];

    just to see if it gets the RiderCoach1 row so it can put it in the coach 1 row. It does get the names.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,622
    Need to examine database. If you want to provide, follow instructions at bottom of my post.
    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.

  3. #3
    LiverEatnJohnson is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    17
    Quote Originally Posted by June7 View Post
    Need to examine database. If you want to provide, follow instructions at bottom of my post.
    I got this one. All I had to do was delete the table, recreate it and run the querry again and then it worked. But I don't know how to mark this as solved.

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

Similar Threads

  1. Replies: 1
    Last Post: 10-06-2011, 08:37 AM
  2. Replies: 7
    Last Post: 07-21-2011, 01:01 PM
  3. Skipping optional arguments
    By canfish in forum Programming
    Replies: 3
    Last Post: 08-19-2010, 01:35 PM
  4. Replies: 2
    Last Post: 07-01-2010, 02:53 PM
  5. Skipping Fields in forms
    By who in forum Forms
    Replies: 1
    Last Post: 06-17-2009, 12:01 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