G
Guest
I have a form on which are a set of unbound controls (mix of text and combo
boxes).
The controls are unbound because the form is set up for a batch update; i.e.
user can enter data and once the form is filled in, the user must click an
update button which then uses ADO to update the tables; user may also cancel
and lose anything entered. Also, two combos are being used to allow the user
to go immediately to a particular record. This all works great.
However, because everything is unbound, the navigation buttons do not
function. I need a way to allow the user to scroll through the records
already entered on this form; how can I do this?
I either need a way to make the navigation buttons work or build my own
(which is okay too). Can someone please post exampe VBA or walk me thru
hooking up the built-in navigation buttons? Thanks much in advance.
boxes).
The controls are unbound because the form is set up for a batch update; i.e.
user can enter data and once the form is filled in, the user must click an
update button which then uses ADO to update the tables; user may also cancel
and lose anything entered. Also, two combos are being used to allow the user
to go immediately to a particular record. This all works great.
However, because everything is unbound, the navigation buttons do not
function. I need a way to allow the user to scroll through the records
already entered on this form; how can I do this?
I either need a way to make the navigation buttons work or build my own
(which is okay too). Can someone please post exampe VBA or walk me thru
hooking up the built-in navigation buttons? Thanks much in advance.