J
John Hawker
I need help designing/creating a complex data entry form. I am developing a
training db to capture individual training attendance. The problem is
recording mutiple people and multiple topics at the same time (i.e.; 1
employee record for each topic--regulatory reasons). I have the following
tables: Employees, Events (sessions), Topics, and Attendance (join table
containing keys for Employees, Events, and Topics.
I was thinking of a main form to create the session with 2 independent
subforms for attendees and topics. Each subform would be populated by a
pop-up(?) form based on the Employee/Topic tables and selected items would be
copied to the subforms. A command button, when clicked, would iterate
through the 2 subform entries, creating individual training records using
EventID/EmpployeeID/TopicID, and post these to the Attendance table.
Question 1: Is this the best design? Or is there something simpler/easier?
Question 2: How do you code the OnClick event?
I would appreciate any insight you can provide.
John Hawker
training db to capture individual training attendance. The problem is
recording mutiple people and multiple topics at the same time (i.e.; 1
employee record for each topic--regulatory reasons). I have the following
tables: Employees, Events (sessions), Topics, and Attendance (join table
containing keys for Employees, Events, and Topics.
I was thinking of a main form to create the session with 2 independent
subforms for attendees and topics. Each subform would be populated by a
pop-up(?) form based on the Employee/Topic tables and selected items would be
copied to the subforms. A command button, when clicked, would iterate
through the 2 subform entries, creating individual training records using
EventID/EmpployeeID/TopicID, and post these to the Attendance table.
Question 1: Is this the best design? Or is there something simpler/easier?
Question 2: How do you code the OnClick event?
I would appreciate any insight you can provide.
John Hawker