Hello:
I have a form that is bound to a query, and it is opening extremely slowly. The first thing the form does is collect some info that is used to narrow the query. How can I set things up so the the form does not try to bring down data until the my search button is pressed (at which point the data is filtered and the dataset should be very small). I'm guessing at the moment the form is trying to download all the unfiltered data, and this is currently taking many minutes.
Thanks.
Holly
I have a form that is bound to a query, and it is opening extremely slowly. The first thing the form does is collect some info that is used to narrow the query. How can I set things up so the the form does not try to bring down data until the my search button is pressed (at which point the data is filtered and the dataset should be very small). I'm guessing at the moment the form is trying to download all the unfiltered data, and this is currently taking many minutes.
Thanks.
Holly