I've got two forms - one to locate a record in a table and another to show all of the fields in that record (they are two separate forms and not parent/sub-form). Rather than adding an 'AutoNumber' field and running a 'Seek' or 'Find', it there a way to store the bookmark from the first form and jump to that same bookmark through the second form? From what I've seen, the 'Bookmark' property is only local within a sub. I've tried defining a public string variable to hold the 'Bookmark' value, but it won't work for me.