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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Requery Question

Status
Not open for further replies.

ghost2

Programmer
Aug 7, 2003
145
US
Hello all. I have a form where after the user updates a field on the form I have to requery the form. When I do this it is a long grid and I see the record selector fly through the records to back to the bottom record that I am editing. When the list gets long it takes a minute to come back to that record so I can continue working along. Is there anyway I can try to keep the record on that record during the requery or at least not see the record selector move from the first to last. Thanks all
 
What happens is the code after an update on this field is doing a move first in the form recordset and then looping through the records in the grid. Is there a way I can possibly recalculate the form and not show the record selectors ripping through the form. Hope this makes sense.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top