In MS Access I have a fairly complex form.
This form has a tab control on it and on each tab control a seperate sub forms containing data.
The form takes a while to load each time the user needs it so i would like to have the form load when the database does and then just show it when the user needs it.
I have tried usiing a line like;
DoCmd.OpenForm "MyFormName", acNormal, , , , acHidden
but the form opens and is displayed, not hidden??
Do i have to loop through all the subforms and hide them as well or something???
Hope someone can help me...
Ta
Geoff
This form has a tab control on it and on each tab control a seperate sub forms containing data.
The form takes a while to load each time the user needs it so i would like to have the form load when the database does and then just show it when the user needs it.
I have tried usiing a line like;
DoCmd.OpenForm "MyFormName", acNormal, , , , acHidden
but the form opens and is displayed, not hidden??
Do i have to loop through all the subforms and hide them as well or something???
Hope someone can help me...
Ta
Geoff