J
JWCrosby
I have a form of student records (name, teacher, etc.) with a command button
that opens a second form (modal) which is set in continuous forms design. It
shows about 10-12 records, with the student's record being somewhere in the
list.
When this second form is opened from the first form, I'd like the active
cell to be one with the student's name in the name field, so as to
immediately draw your eye to the student's record (so you don't have to
visually "search" for it). It defaults to the top left cell/field of course.
Each student record has a StudentID field (primary key), so I should be able
to "go to the record where the studentID is equal to the studentID in the
first form."
But I don't know how to code that. Anyone help?
Thanks in advance.
Jerry
that opens a second form (modal) which is set in continuous forms design. It
shows about 10-12 records, with the student's record being somewhere in the
list.
When this second form is opened from the first form, I'd like the active
cell to be one with the student's name in the name field, so as to
immediately draw your eye to the student's record (so you don't have to
visually "search" for it). It defaults to the top left cell/field of course.
Each student record has a StudentID field (primary key), so I should be able
to "go to the record where the studentID is equal to the studentID in the
first form."
But I don't know how to code that. Anyone help?
Thanks in advance.
Jerry