Newbies B. Mitchell Posted August 17, 2010 Newbies Posted August 17, 2010 OK. I am willing to start over from scratch. Trying to create a database that tracks training attendance and gives credit hours to each attendee. I figured most of it out, but I could not get multiple training items in one record to credit hours to multiple attendees. For example; I will have one record to input multiple persons attending multiple training on one day with hours for each training item. I searched the forums like crazy and didn't find what I need. If there is a sample database that does this I can dissect and copy it. Please help.
comment Posted August 17, 2010 Posted August 17, 2010 I am not sure I follow this fully, but it sounds like you should have a separate record for each individual attendance, such as: PersonID: CourseID: Date: Hours:
Newbies B. Mitchell Posted August 17, 2010 Author Newbies Posted August 17, 2010 Yes that is what I was thinking however. The end user needs to enter the data in a form that allows selection of Attendees up to 45, Up to 5 different training topics and hours for those topics. Is there a way to have a user screen allow the input and a script create individual records onto a separate table for each of the topics entered?
comment Posted August 17, 2010 Posted August 17, 2010 The user can easily enter the data into a portal. Only one attendance table is required (encompassing all topics). See the attached for something similar (though simpler than what you need). Attendance.zip
Recommended Posts
This topic is 5282 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now