I should be... [VBA]dim rst as DAO.Recordset[/VBA] If you want to return to specific records later, look at setting bookmarks. Alternatives in DAO to navigating to a particular record are find and seek.
I should be... [VBA]dim rst as DAO.Recordset[/VBA] If you want to return to specific records later, look at setting bookmarks. Alternatives in DAO to navigating to a particular record are find and seek.