B
bill morgan
I am trying to get a more in depth understanding of ADO.
Does anyone out there happen to know what general
programming scheme lies behind the MoveNext navigation
button on a bound form?
All of the ADO routines I have written create a recordset
and then destroy the recordset within the same Sub
Procedure. So I can loop through a recordset, or MoveNext
or MovePrevious a pre-determined number of records, but I
haven't yet produced the effect of moving back and forth
through a recordset, one record at a time, as with a
navigation button on a bound form.
How does a bound form MoveNext button acheive the effect
of moving sequentially back and forth through records?
Does it pass a Bookmark or AbsolutePosition or other "key"
value to a modular level variable in order to remember
from what record it is moving from the next time the Sub
Procedure is run?
Thanks for any knowledge you have in this area.
Does anyone out there happen to know what general
programming scheme lies behind the MoveNext navigation
button on a bound form?
All of the ADO routines I have written create a recordset
and then destroy the recordset within the same Sub
Procedure. So I can loop through a recordset, or MoveNext
or MovePrevious a pre-determined number of records, but I
haven't yet produced the effect of moving back and forth
through a recordset, one record at a time, as with a
navigation button on a bound form.
How does a bound form MoveNext button acheive the effect
of moving sequentially back and forth through records?
Does it pass a Bookmark or AbsolutePosition or other "key"
value to a modular level variable in order to remember
from what record it is moving from the next time the Sub
Procedure is run?
Thanks for any knowledge you have in this area.