Form Refresh

  • Thread starter Thread starter Dave Elliott
  • Start date Start date
D

Dave Elliott

After updating a field, I need a form refresh or else make it requery the
field so that it shows the new data.
I want to to stay on the same record, do I use Repaint, Refresh or what?
The control is Job Description and the name is Job
 
Have you tried using Me.Refresh or Me.Requery in the after Update event of
your control?

Paul
 

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

Similar Threads


Back
Top