Requery and go back to the record I was on....

  • Thread starter Thread starter Rick's News
  • Start date Start date
R

Rick's News

How do I requery a control and end up back on the record I was on?

How would I write a function that would do this?

Thanks in advance!

-Rick
 
are you requerying a single control on the form, or
requerying the entire form? if only a single control
(list/combo box? calculated control?), the focus should
not jump to another record - at least not solely due to
the requery request.
 
Back
Top