How to requery a form on activate without move from current record

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

Hello. How can I requery a form on activate it without move from current
record.

Imagine that I'm on form A, I want to click on a button to go on form B,
make some record set updates and then return to form B and see those changes
amde.

Is it possible?

Regards,
marco
 
As you found, a Requery will cause you to move back to the first record.

So, save the primary key value first. Then requery, FindFirst in the
RecordsetClone of the form, and set the Bookmark.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top