recognize EOF condition when using GoToRecord Action
- From: MLH <CRCI@xxxxxxxxxxxxxx>
- Date: Wed, 28 May 2008 10:08:02 -0400
If I'm using the following in a procedure...
DoCmd.GoToRecord acDataForm, "FormName", acNext, 4
.... how can I recognize the EOF condition? Using GoToRecord,
I find myself lost when trying to determine when EOF is reached.
I suppose it's too much to wish for something like...
On EOF GoTo Exit_Label
.
- Follow-Ups:
- Re: recognize EOF condition when using GoToRecord Action
- From: Salad
- Re: recognize EOF condition when using GoToRecord Action
- From: lyle fairfield
- Re: recognize EOF condition when using GoToRecord Action
- Prev by Date: Task Scheduler running a macro
- Next by Date: Re: Can I force a query criteria to limit to Like "*ABC*" - forcing the cap's ?
- Previous by thread: Task Scheduler running a macro
- Next by thread: Re: recognize EOF condition when using GoToRecord Action
- Index(es):
Relevant Pages
|