G
gsnidow via AccessMonster.com
Greetings all. Is there any way to prevent the next record button from going
to a new record? I have placed a next record on a subform with DoCmd.
GotoRecord,,asNextRec as the event code. From what I read on a post here
that is basically what happens when you hit the form's built in next button.
I would like to have it stop at the last record, rather than go on to a new
record. Is this possible? I tried using ADO to count the number of records
and populate that number in a text box, but it took too long for the form to
open. Thanks
Greg
to a new record? I have placed a next record on a subform with DoCmd.
GotoRecord,,asNextRec as the event code. From what I read on a post here
that is basically what happens when you hit the form's built in next button.
I would like to have it stop at the last record, rather than go on to a new
record. Is this possible? I tried using ADO to count the number of records
and populate that number in a text box, but it took too long for the form to
open. Thanks
Greg