J jonnygilmour Registered User. Local time Today, 02:28 Joined Jul 7, 2008 Messages 18 Jul 8, 2008 #1 How would i make a button which would close the current form and reopen it?
missinglinq AWF VIP Local time Yesterday, 21:28 Joined Jun 20, 2003 Messages 6,420 Jul 8, 2008 #2 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
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
J jonnygilmour Registered User. Local time Today, 02:28 Joined Jul 7, 2008 Messages 18 Jul 8, 2008 #3 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.
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.