G
Guest
I am writing a database with the Tables on one machine and the Forms etc on
other machines for other users, standard stuff but when a user opens a Form
it takes time for the network to pass the required data. Once the Form is
open, the operatiom is quite fast. In order to speed things up, I want to
open a Form and then (instead of closing it and re-opening it when next
required) I want to set the form "Visible = False". The next time the user
needds to use that particular Form, I just set "Visible = True" and this
should speed things up for the user.
The problem is that I have no real method of tracking what Forms are open
(Visible and not Visible) in any session and I need to close the open forms
before closing every thing down. (or could I just "Docmd.Quit"?) Is there any
way to check if forms are open (Visible or not) and close down whatever might
be open before quiting the session?
Thanks RayC
other machines for other users, standard stuff but when a user opens a Form
it takes time for the network to pass the required data. Once the Form is
open, the operatiom is quite fast. In order to speed things up, I want to
open a Form and then (instead of closing it and re-opening it when next
required) I want to set the form "Visible = False". The next time the user
needds to use that particular Form, I just set "Visible = True" and this
should speed things up for the user.
The problem is that I have no real method of tracking what Forms are open
(Visible and not Visible) in any session and I need to close the open forms
before closing every thing down. (or could I just "Docmd.Quit"?) Is there any
way to check if forms are open (Visible or not) and close down whatever might
be open before quiting the session?
Thanks RayC