My user types selects a unique record number (not autonumber) from a combo to dislplay its details. How can I keep track of the last 10 records examined so the user can click a 'previous' button to return to it and another forward button to do the opposite? obviously when an 11th record is selected, it would 'bump off' number 1 from the list. Is it easiest to have a table which clears itself on exit or is a recordset better and what code would I use?
Thanks
Thanks