G
Greg Snidow
Greetings all. I am using Access 2003. I have a switchboard form that has a
command button, cmdOpenSearchPopup, that opens a popup, frmSearchPopup.
frmSearchPopup has several unbound combos to filter for the search, then a
command button, cmdSearch, that opens the form frmJobInfo. My problem is
that frmJobInfo has a tab control with many tabs, and it takes about 6
seconds to load. Once it is loaded, however, a requery only takes about 1.5
seconds. Is there a way to load frmJobInfo in the background, invisible to
users, so it can be loading as they are entering in search criteria on
frmSearchPopup? I tried putting DoCmd.openform "frmJobInfo" as the last line
of cmdOpenSearachPopup, but I do not want the form to be seen until the users
hits the search button on the search popup. Maybe this is not possible?
Thank you for your time and help.
command button, cmdOpenSearchPopup, that opens a popup, frmSearchPopup.
frmSearchPopup has several unbound combos to filter for the search, then a
command button, cmdSearch, that opens the form frmJobInfo. My problem is
that frmJobInfo has a tab control with many tabs, and it takes about 6
seconds to load. Once it is loaded, however, a requery only takes about 1.5
seconds. Is there a way to load frmJobInfo in the background, invisible to
users, so it can be loading as they are entering in search criteria on
frmSearchPopup? I tried putting DoCmd.openform "frmJobInfo" as the last line
of cmdOpenSearachPopup, but I do not want the form to be seen until the users
hits the search button on the search popup. Maybe this is not possible?
Thank you for your time and help.