Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Contonous forms + Requery

Status
Not open for further replies.

yoni

Programmer
Mar 18, 2000
1
IL
Hi! <br>

I have a client-server set of Access programs, using continuous forms. I have to update each program all the time and get the new records (so I must use ReQuery), but ReQuery makes the user lose the focus of the control and of the record. How can I keep the Requerying process transparent to the user? <br>


 
Would this help?<br>
<br>
strBookmark = Me.Bookmark ' set bookmark before leaving record<br>
' Do whatever<br>
Me.Bookmark = strBookmark ' return to bookmarked record
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top