Refresh Data in a continous form without changing the view

  • Thread starter Thread starter Warrio
  • Start date Start date
W

Warrio

Hello!
Is it possible to refresh a continuous form so it gets the data that was
updated on another form using a requery or another function without that the
position of the record selector changes

even if I store the position of the current record (using myPosition =
me.recordset.AbsolutPage)
then the requery and finally Docmd.GoToRecord , , , myPosition

with that, if the record was in the middle of the form, the requery makes it
move to the top of the form

Is there a function that refreshes the data without changing anything in the
user view?

Thanks for any advice!
 
yes I did! it doesn't have the same effect! the Refresh doesn't even reload
the data from the tables
 
Back
Top