Hello,
I'm looking for the different techniques to open a bound form faster.
First, When I call a form, I use the where condition, so only one record is
loaded.
Second, to do not go to the Form_Load event, I leave the form loaded but
invisible when the user closes the form. so the form is always kept in
memory.
Is there other or better ways to see the information into a form quicker?
Thanks for any help!
Nikos Yannacopoulos - 15 Apr 2005 12:01 GMT
Warrio,
As regards form loading, in particular, it pays to load the recordsource
at runttime. Have a look at:
http://www.granite.ab.ca/access/performanceforms.htm
If your database is split, there are other tricks as well that greatly
improve overall performace, from which form opening benefits as well:
http://www.granite.ab.ca/access/performancefaq.htm
HTH,
Nikos
> Hello,
>
[quoted text clipped - 8 lines]
>
> Thanks for any help!
Warrio - 15 Apr 2005 16:44 GMT
Thanks for your help!!
> Warrio,
>
[quoted text clipped - 23 lines]
>>
>> Thanks for any help!