I have a form that searches dynamically based on what criteria the user enters. The resulting query populates a subform in datasheet view.
If I wanted to have a button that would export the results of the query that is the source for that datasheet form to excel. How would I go about doing that through VBA?
Thanks in advance.
If I wanted to have a button that would export the results of the query that is the source for that datasheet form to excel. How would I go about doing that through VBA?
Thanks in advance.
Comment