Using Access 97
I have a form that the user can query table based on timeframe. (ie: pull data for 2/01/04 - 2/08/04).
What I want to do is to take that data from the query and make that the record set for everything else that happens on the form. I want to do this to speed up the rest of the activitiy on the form.
1st I'm not sure how to do this - I don't know much about VBA.
2nd There will be multiple users - so the only thing I can think to do is to dumpt the dataset onto their hard drive and link to it for remaining form operations. So that each user will have the data they select.
Any suggestions on a way to accomplish this that my next to zero knowledge of VBA could accomplish would be so appreciated.
Thanks.
I have a form that the user can query table based on timeframe. (ie: pull data for 2/01/04 - 2/08/04).
What I want to do is to take that data from the query and make that the record set for everything else that happens on the form. I want to do this to speed up the rest of the activitiy on the form.
1st I'm not sure how to do this - I don't know much about VBA.
2nd There will be multiple users - so the only thing I can think to do is to dumpt the dataset onto their hard drive and link to it for remaining form operations. So that each user will have the data they select.
Any suggestions on a way to accomplish this that my next to zero knowledge of VBA could accomplish would be so appreciated.
Thanks.