Results 1 to 2 of 2
  1. #1
    alhk10 is offline Novice
    Windows 10 Access 2016
    Join Date
    Jul 2018
    Posts
    1

    Multiple Records with similar values

    Hi Everyone,



    I'm trying to create a access form for attendance keeping purpose. Lets say it's 11 July 2018 4pm and the class name is "junior". How can I add multiple students to this class at a go instead of keying in one by one.

    Thanks

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    make a master form for the Class table:
    [classID], [Meet], [ClassLevel]
    123, 11 July 2018 4pm, Junior

    and a subform (bound to a sub table) for the Roster table:
    [classID],[StudentID]

    a student table holds the IDs
    [StudentID], [FirstN], [LastN], etc

    If all the students are in the tStudent table, then you can use a listbox on the subform (mentioned above)
    to just dbl-click a student from the list ,which runs an append query, which adds them to the tClassRoster table

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

Similar Threads

  1. Replies: 3
    Last Post: 11-10-2017, 05:35 PM
  2. Replies: 2
    Last Post: 10-04-2015, 02:45 PM
  3. Match similar values
    By enjiel in forum Queries
    Replies: 6
    Last Post: 04-09-2014, 06:44 PM
  4. Replies: 2
    Last Post: 10-26-2011, 08:56 PM
  5. Replies: 4
    Last Post: 10-24-2011, 11:14 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