Re: How do you compare bookmarks in DAO recordsets?



"David Anderson" <David Anderson@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:

>I'm using fairly standard code in Access 2000 to move a form to a specific
>record (see code fragment below). It all works fine, but other parts of my
>coding depend on the bookmarking process triggering the Form_Current event -
>something that does not happen if the form is already at the record being
>requested (a situation that may occasionally happen).
>
>I would like to be able to test if the RecordsetClone bookmark is the same
>as the form's bookmark but I haven't been able to find a method that works
>for DAO recordsets. Can anyone help, please?


A Bookmark is a string, just save it in a string variable
and compare that to the RecordsetClone's Bookmark.

--
Marsh
MVP [MS Access]
.



Relevant Pages

  • How do you compare bookmarks in DAO recordsets?
    ... I'm using fairly standard code in Access 2000 to move a form to a specific ... record (see code fragment below). ... I would like to be able to test if the RecordsetClone bookmark is the same ... Dim rst as Recordset ...
    (microsoft.public.access.formscoding)
  • Re: Back to Top button
    ... > HTML code fragment. ... In the meantime, I created a bookmark, placed it at the top. ... How could this work floating? ... Where do I put these commands? ...
    (microsoft.public.publisher.webdesign)
  • Re: Back to Top button
    ... HTML code fragment. ... In the meantime, I created a bookmark, placed it at the top. ... How could this work floating? ... Where do I put these commands? ...
    (microsoft.public.publisher.webdesign)
  • Re: Back to Top button
    ... know how to insert a HTML code fragment. ... In the meantime, I created a bookmark, placed it at the top. ... Where do I put these commands? ...
    (microsoft.public.publisher.webdesign)
  • Re: Back to Top button
    ... HTML code fragment. ... In the meantime, I created a bookmark, placed it at the top. ... How could this work floating? ... Where do I put these commands? ...
    (microsoft.public.publisher.webdesign)

Loading