northernbeaver
Programmer
I have an unbound form with navigation command buttons at the bottom of them. what is the best way to move from record to record. right now I have a field on the form that is the unique key to the current record. on click of the button I will create a recordset of the table, search through until I find the current unique key. once found move to the next record then repopulate the form. this seems a bit slow to me and a lot of searching going on. is there a better way Im missing? should I keep the recordset active and bookmark the current record and move next when the button is clicked? is that even possible?
if it is what event of the form would I declare the recordset? on load?
if it is what event of the form would I declare the recordset? on load?