Bookmarks in vba

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
 
G

Graham R Seach

David,

Use Me.Refresh instead.

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