Hi all,
Has anyone tested which method is faster to open up. I currently have a form which when I open I am filtering it by adding to the where condition on the docmd.openform method.
I noticed that the form opens quickly however it takes some time to limit it to the result required. I did a little test by setting the recordsource in the on load event of the form, however this seems to have very little difference to the time taken to fully load. (i would have expected this to be faster as its not loading all the data first)
Has anyone tried and tested this with a larger dataset? Is there something I could do to improve performance?
Thanks
Has anyone tested which method is faster to open up. I currently have a form which when I open I am filtering it by adding to the where condition on the docmd.openform method.
I noticed that the form opens quickly however it takes some time to limit it to the result required. I did a little test by setting the recordsource in the on load event of the form, however this seems to have very little difference to the time taken to fully load. (i would have expected this to be faster as its not loading all the data first)
Has anyone tried and tested this with a larger dataset? Is there something I could do to improve performance?
Thanks