Results 1 to 5 of 5
  1. #1
    ukfastcar is offline Novice
    Windows 11 Office 365
    Join Date
    Sep 2024
    Posts
    8

    Record Training session and attendance

    Hi Everyone,

    I have been using excel for a little while to record training sessions that I run but I feel that access would be better suited.



    Here is an idea of how I believe it would work.

    1. List of people in my organisation (each person has a unique number for example 10001001, 1001002, 1001003 and so on)
    2. List of courses (example course1, course2 and so on)
    3. Add slots and dates to create a course (example course1 on 01/01/2026 15 spaces, course1 on 10/01/2026 15 spaces, course2 on 01/02/2026 15 spaces) each course will always have 15 spaces.
    4. Place people on a course filling up the 15 spaces, for (example 10001001 is placed on 01/02/2026)
    5. Each person will have a record of courses that they have been placed on and courses that they have completed.
    6. Produce a list of the courses along with attendees names for notice board.
    7. An attendance sheet that can be printed out for the day of the course that they sign and can me emailed also.

    Looking for something like that which I think will work better in access than excel.

    Many Thanks

  2. #2
    jojowhite's Avatar
    jojowhite is offline Competent Performer
    Windows 11 Access 2021
    Join Date
    Jan 2025
    Posts
    324

  3. #3
    madpiet is offline Expert
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    550
    This is a variant of the Students and Classes database.

    People--(1,M)--Attend--(M,1)--CourseSession--(M,1)--Course

    CourseSession(CourseSessionID, CourseSessionDate, CourseID, InstructorID)

    Attend/Signup is (CourseSessionID, PersonID, Present)

    Excel is not the best tool for this. You need to be able to apply rules like "Once a course session is full, nobody else can sign up", "A person can only sign up for/attend an existing CourseSession (course on a specific date).

    There's a reason this is one of the standard databases you build in database 101 courses. =)

  4. #4
    davegri's Avatar
    davegri is online now Excess Access
    Windows 11 Access 2021
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,700
    What's wrong with the DB I adapted for you and posted 11/11/2024 from your original request at that time? Surely it can be easily adjusted for the new requirements.

    ukf-davegri-v01.zip

  5. #5
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,366
    What's wrong with the DB I adapted for you and posted 11/11/2024 from your original request at that time?
    Wow. Cross posting without declaring, and that too?
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

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

Similar Threads

  1. Training Database - Attendance data input form design
    By smaihlee in forum Database Design
    Replies: 3
    Last Post: 10-06-2022, 09:32 AM
  2. Session Attendance Sheet
    By Sickou in forum Access
    Replies: 6
    Last Post: 10-28-2020, 01:27 PM
  3. Replies: 11
    Last Post: 07-13-2018, 04:43 PM
  4. Replies: 6
    Last Post: 01-16-2014, 12:41 PM
  5. staff training data base, training
    By SAJAN in forum Forms
    Replies: 1
    Last Post: 09-22-2012, 05:09 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