S
SoggyCashew
Hello, is it possible to have a button on a form and in the on click event
make the form you are going to open, open to the last record? I dont want to
put DoCmd.GoToRecord , , acLast in the forms OnOpen event of the form because
Im using the form to create new records and to show records so one button
might use DoCmd.GoToRecord , , acNewRec and the other acLast. One thing
though the formthat I want to open on the last or new record is a subform on
a form so the forms name is AccidentEntry and its subform "the one I wnat to
have go to acLast or acNewRec" is called AccidentEntrySubform.
is this possible? Thanks!
make the form you are going to open, open to the last record? I dont want to
put DoCmd.GoToRecord , , acLast in the forms OnOpen event of the form because
Im using the form to create new records and to show records so one button
might use DoCmd.GoToRecord , , acNewRec and the other acLast. One thing
though the formthat I want to open on the last or new record is a subform on
a form so the forms name is AccidentEntry and its subform "the one I wnat to
have go to acLast or acNewRec" is called AccidentEntrySubform.
is this possible? Thanks!