Hi,
I have a form that runs a select query when the teachers name is chosen from a combo box. The form and query work fine returning the names of students in all the classes assigned to that teacher. What I would like to do next is run an append query to write the results of this query and some new data (attendance, attendance period) entered into the form to a table called student attendance using a command button and linked to an append query.
I have been able to design the append query and it will run without error, but appends "0 records". Am I on the right track and what might be the problem? The select query returns about 50 records which new data can be added to; just the selected records and new data are not being appended to the attendance table.
Always grateful,
Daryl