Use the Debugger to single step throouh your form's code (maybe, the ONOpen evnet) to see what taking so long.
I'll bet that there is some code is being executed multiple times. -- LLKHOUTX
"Hitesh Joshi" wrote:
[Quoted Text] > Hi, > I am an MS Access newbie. > I have a form with two subforms. Main form and subform both quries the > SQL db though ODBC link. When I run main form and subforms > independently, they are very fast but as soon as I put them together in > a single form (main form + subforms), it takes 3-4 seconds to load. > There are not any complex calculation involved. > Is there anyway I make this load fast or atleast make it appear > faster.. like load main form and then have a button that can make > subforms visible? > > > Thank you, > hj > >
|