Refresh button in a form

  • Thread starter Thread starter Dimitris
  • Start date Start date
D

Dimitris

Hello to all.
One question how do I get a refresh button in a form? Or at least a refresh
button at the tool box when the form is open.
Thanx
Dimitris
 
Dimitris said:
Hello to all.
One question how do I get a refresh button in a form? Or at least a
refresh button at the tool box when the form is open.
Thanx
Dimitris
Put a command button on your form with this in its On Click event:

Me.Refresh

Regards,
Keith.
www.keithwilby.com
 

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