i have a form based on a query. when i have finished going through the recordset, i want to open the form with a different record set.
because i am using some of the variables on the first instance of the form to create the second instance, i need to keep the form opened. once i am done with the calculations, i want to close the form and then reopen it.
how do i check whether the form is open or not?
i want to see that if the form is open, if it is then i close it.
because i am using some of the variables on the first instance of the form to create the second instance, i need to keep the form opened. once i am done with the calculations, i want to close the form and then reopen it.
how do i check whether the form is open or not?
i want to see that if the form is open, if it is then i close it.