Yes, it's like Rick said. My user can apply a filter (and I want them to be
able to do so), and once they have what they need, they can remove the
filter, which brings them back to record one. I think the Data Entry yes
does the same as DoCmd.GoToRecord,,acNewRecord (or something like it), that
is, give only a new record but doesn't lock the recordset. I don't want to
lock the recordset, just have the user to go back to where they started
before the filter. I'm reposting below my post with the original question
and would very much appreciate help.
Original Post:
My user enters a seminar and then clicks a button to post this seminar to
the individual students attendance roster. The posting to the attendance
roster has only two fields: Student Social Security Number and Seminar
Number. The seminar number is filled in automatically as a default from the
previous form. The button that brings the user from the seminar form to the
attendance posting form sets the attendance posting form to new record. All
works well, except when the user applies a filter to look at some previous
postings and then clears the filter. After clearing the filter, the first
record of the whole recordset shows up.
However, we want the original screen, that is a blank field for the student
and the default value of the seminar number from the previous screen. How is
that done?
Thanks for any input.
Brigitte P.