Refresh Button

G

Guest

Is there a way to create a refresh button on a form that will not open and
close the form. I have a form where the user can run reports from. But to
refresh the screen I have them open and close the form with a process button.
But I have also created comands in the open and close of the form not
pertaining to refreshing. It is to move back in forth between forms. What
eles can I do?
 
B

Brendan Reynolds

Kat said:
Is there a way to create a refresh button on a form that will not open and
close the form. I have a form where the user can run reports from. But
to
refresh the screen I have them open and close the form with a process
button.
But I have also created comands in the open and close of the form not
pertaining to refreshing. It is to move back in forth between forms.
What
eles can I do?


Me.Refresh

If all you want to do is save changes to the current record, you may find
this faster ...

Me.Dirty = False
 

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

Top