I want the user to be able to have the DB,(database) open to a specific spot in the DB. I beleive it has something to do with "Bookmark", but I am a little fuzzy on how to properly use it...Any suggestions?
My DB's name is "dbAMEX".
Thanks,
Daniel
Printable View
I want the user to be able to have the DB,(database) open to a specific spot in the DB. I beleive it has something to do with "Bookmark", but I am a little fuzzy on how to properly use it...Any suggestions?
My DB's name is "dbAMEX".
Thanks,
Daniel
If you're using ADO, you can define a variant data type variable and then store the bookmark in it. Look in MSDN help under ADO and Bookmarks.