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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top