Buttons

jonnygilmour

Registered User.
Local time
Today, 08:46
Joined
Jul 7, 2008
Messages
18
How would i make a button which would close the current form and reopen it?
 
Why in the world would you need to close then immediately reopen a form? If you need data to be updated, simply requery the form:

Me.Requery
 
I have a parameter query when i open a form (this is to find a particular animal in the herd book to edit it) I want this button so that i can start the parameter query again if i have more than one animals details to edit.
 

Users who are viewing this thread

Back
Top Bottom