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,770
    Okay, should have realized that. But I don't use macros.

    This works for me:

    Private Sub tbxTask_AfterUpdate()
    DoCmd.RunCommand acCmdSaveRecord


    CurrentDb.Execute "INSERT INTO tblEvaluation (Task, Pupil) SELECT " & Me!TaskID & " AS TaskID, PupilID FROM tblPupil"
    End Sub
    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
    lockstock is offline Novice
    Windows 8 Access 2013
    Join Date
    Sep 2015
    Posts
    19
    Ok i think i made it work! many thanks for your help and patience! ;-)

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

Similar Threads

  1. Auto create usernames based on name.
    By Welshhobo in forum Access
    Replies: 8
    Last Post: 10-21-2013, 09:04 AM
  2. Auto create records
    By RamiMohaisen in forum Programming
    Replies: 4
    Last Post: 05-16-2012, 07:52 AM
  3. Replies: 12
    Last Post: 08-30-2011, 03:36 PM
  4. Auto Record create across tables
    By b123 in forum Database Design
    Replies: 15
    Last Post: 10-02-2010, 01:36 AM
  5. Auto-Create a Table
    By Mxcsquared in forum Forms
    Replies: 3
    Last Post: 01-28-2006, 11:36 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