Hey,
I have 6 drop down combo boxes, all with their row source set to the same query. The query takes approximately 1 second to run, and so the form now takes a while to load.
Can I run the query once for the first drop down, and then somehow cache it so that the other 5 dropdowns populate with the same info quicker?
Thanks.
I have 6 drop down combo boxes, all with their row source set to the same query. The query takes approximately 1 second to run, and so the form now takes a while to load.
Can I run the query once for the first drop down, and then somehow cache it so that the other 5 dropdowns populate with the same info quicker?
Thanks.