Refresh button in a form

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
 
K

Keith W

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
 
Top