recognize EOF condition when using GoToRecord Action



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


.



Relevant Pages

  • Re: Crazy Readonly
    ... > EOF() in the bound alias. ... Or maybe the cursor got lost entirely. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: how to come out of file
    ... ch has char type so you lost ... precision when compare with EOF. ...
    (comp.lang.c)
  • Re: EOF question
    ... The program should read input characters until it hits an EOF ... How that EOF condition is triggered is system-specific. ... should be able to trigger and EOF by entering control-Z on a line by ...
    (comp.lang.c)
  • Re: EOF question
    ... > The program should read input characters until it hits an EOF ... How that EOF condition is triggered is system-specific. ... > should be able to trigger and EOF by entering control-Z on a line by ...
    (comp.lang.c)
  • Re: Questions about EOF
    ... You now have an EOF condition at the end of the first of those files, ... Open a tty device - e.g. your input terminal /dev/tty. ... by default control-D, enter that character. ...
    (comp.unix.programmer)