BitCounter
Programmer
I have a main form..to save the operator from having to tab past fields that might not be entered on every record, I would instead like to put something like a checkbox that they would select to indicate that a particular student has attended workshops. It would look like this:<br>
<br>
Attended workshops? [ ]<br>
<br>
Once selected, my program would spawn a new form which would only collect the information regarding workshop attendance. My question: How do I relate the data collected from the workshop form to the record that was being edited when the operator selected Attended workshops. I am using an ADO data control to connect to an Access 97 database. All of the fields from the main form and the workshop form are on the same table. Any suggestions would be very much appreciated! Specifically, code snippets would be heaven!<br>
<br>
<br>
Attended workshops? [ ]<br>
<br>
Once selected, my program would spawn a new form which would only collect the information regarding workshop attendance. My question: How do I relate the data collected from the workshop form to the record that was being edited when the operator selected Attended workshops. I am using an ADO data control to connect to an Access 97 database. All of the fields from the main form and the workshop form are on the same table. Any suggestions would be very much appreciated! Specifically, code snippets would be heaven!<br>
<br>