R
Ricoy-Chicago
Using Access XP.
I am creating a student survey. A form, [TeacherNSubjects], shows all the
student's teachers. They click on a teacher's name and the form,
[TeacherSurvey], is displayed, a [Return] button takes the student back to
[TeacherNSubjects] so they can select a different teacher. No problems here
at all. The problem is that when the student clicks on the [Return] button, I
want the "Yes/No" field [Did Survey] = true. In hte code of the [Return]
button, I typed: Tables![Survey Data]![Did Survey]=True but then I got the
error: "Object required" when I run the coding
Do I need to open the table so it can be updated?
I am creating a student survey. A form, [TeacherNSubjects], shows all the
student's teachers. They click on a teacher's name and the form,
[TeacherSurvey], is displayed, a [Return] button takes the student back to
[TeacherNSubjects] so they can select a different teacher. No problems here
at all. The problem is that when the student clicks on the [Return] button, I
want the "Yes/No" field [Did Survey] = true. In hte code of the [Return]
button, I typed: Tables![Survey Data]![Did Survey]=True but then I got the
error: "Object required" when I run the coding
Do I need to open the table so it can be updated?