Opening a database at last used or visited record

J

John W. Vinson

Please advise how this might be done if it is possible.

Thanks Roy.

You'll need to provide a lot more information than that! A database can
contain hundreds of tables; do you want it to open every table at the "last
used"? What constitutes "used" - last entered, last edited, last viewed
onscreen? What are you actually trying to accomplish with this?
 
A

Arvin Meyer [MVP]

royfarnol said:
Please advise how this might be done if it is possible.

Save the Primary Key of the record in a table, then open the form to that
record.
 
Top