J
John Hawker
I am developing a db to capture individual attendance at conference breakout
sessions. The problem is recording mutiple conferences, people, and topics at
the same time (i.e.; 1 employee record for each breakout session). I have the
following
tables: Employees, Events (conferences), Topics, and Attendance (join table
containing primary keys for Employees, Events, and Topics). I need to do
this with the least amount of data entry time possible.
I plan to use a main form to create the conference session with 2 independent
subforms for attendees (fixed membership list) and topics (list specific to
each conference). A command button, when clicked, would iterate through the 2
subform entries, creating individual records using
EventID/EmpployeeID/TopicID, and then post these to the Attendance join
table.
Q: How do you code the OnClick event? I do not understand DAO and ADO and
when to use each. Or even if this applies to this situation.
I would appreciate any help I can get.
John
sessions. The problem is recording mutiple conferences, people, and topics at
the same time (i.e.; 1 employee record for each breakout session). I have the
following
tables: Employees, Events (conferences), Topics, and Attendance (join table
containing primary keys for Employees, Events, and Topics). I need to do
this with the least amount of data entry time possible.
I plan to use a main form to create the conference session with 2 independent
subforms for attendees (fixed membership list) and topics (list specific to
each conference). A command button, when clicked, would iterate through the 2
subform entries, creating individual records using
EventID/EmpployeeID/TopicID, and then post these to the Attendance join
table.
Q: How do you code the OnClick event? I do not understand DAO and ADO and
when to use each. Or even if this applies to this situation.
I would appreciate any help I can get.
John