Hi there,
In my form I am not using the navigation buttons. Instead I've got my own buttons. For navigating to the next record in vba I use:
DoCmd.GoToRecord , , acNext
I have an ON Current event on my form to load values into unbound text boxes. However I need to detect EOF before the oncurrent event.
Does anyone know the syntax for this??
Cheers
Stable
In my form I am not using the navigation buttons. Instead I've got my own buttons. For navigating to the next record in vba I use:
DoCmd.GoToRecord , , acNext
I have an ON Current event on my form to load values into unbound text boxes. However I need to detect EOF before the oncurrent event.
Does anyone know the syntax for this??
Cheers
Stable