S
Stonewall
I have a student profile form with a field called last date of attendance. I
want this field to be populated on open with the last date attended by the
student displayed on the form. Access 2003.
I put this syntax on the control source property of the last date of
attendance text box but no go.
=FindFirst([[date.].[attendance_clock_in], "Student ID" = employeeid)
[Date] is the field in the [attendance_clock_in table I want to retrieve.
StudentID is the field from the attendance_clock_in table that contains the
student id I am looking for.
EmployeeId is the text box on the form that contains the student id that is
currently displayed on the form.
Thanks for any help.
want this field to be populated on open with the last date attended by the
student displayed on the form. Access 2003.
I put this syntax on the control source property of the last date of
attendance text box but no go.
=FindFirst([[date.].[attendance_clock_in], "Student ID" = employeeid)
[Date] is the field in the [attendance_clock_in table I want to retrieve.
StudentID is the field from the attendance_clock_in table that contains the
student id I am looking for.
EmployeeId is the text box on the form that contains the student id that is
currently displayed on the form.
Thanks for any help.