Hi,
I have a database with several tables including tblStudent, tblTeacher, tblClasses.
I have a query qryStuTeachClass containing
tblStudent:StudId, StLastName, etc.
tblTeacher: TeacherID, TeacherLastName, and RoomNumber
tblContacts: ContactID, ContactDate, ContactTime, ContactMemo
The form I made, StudentContacts, has qryStuTeachClass as a control source and will update the tblStudent, but I can't automatically insert a new record or multiple records (more than one contact) into tblContact on that form.
I have the tbls and relationships set correctly, I think; but am I missing something important on the query or form end that would cause this...?
Thanks for any help anyone could offer... Todd
I have a database with several tables including tblStudent, tblTeacher, tblClasses.
I have a query qryStuTeachClass containing
tblStudent:StudId, StLastName, etc.
tblTeacher: TeacherID, TeacherLastName, and RoomNumber
tblContacts: ContactID, ContactDate, ContactTime, ContactMemo
The form I made, StudentContacts, has qryStuTeachClass as a control source and will update the tblStudent, but I can't automatically insert a new record or multiple records (more than one contact) into tblContact on that form.
I have the tbls and relationships set correctly, I think; but am I missing something important on the query or form end that would cause this...?
Thanks for any help anyone could offer... Todd