Bookmarks in vba

  • Thread starter Thread starter David Ehrenreich
  • Start date Start date
D

David Ehrenreich

Hello,

I have a docmd.requery that goes off every three seconds.
When it requires the cursor moves to the first record. I
was reading that I could add code that bookmarks the
postition, so after the requery the cursor does not move.
How would I do this. Any help would be great.

Thank You
David Ehrenreich
 
David,

Use Me.Refresh instead.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
Back
Top