I have a search form that returns records to another form, rather than a table. Here are my questions:
1) Is it possible to export the form results (as opposed to query results) to CSV? I've been successful at exporting a table of results before, but not a form.
2) If so, can this be done via macro?
3) If a macro is possible, can the macro further allow the user to choose location and filename when exporting?
I've tried a straightforward approach of pointing the macro to the form, but it appears that the macro only wants a table or query. My guess is that I will have to build a further query 'behind the scenes' in order to export...
Thanks,
-Scott
1) Is it possible to export the form results (as opposed to query results) to CSV? I've been successful at exporting a table of results before, but not a form.
2) If so, can this be done via macro?
3) If a macro is possible, can the macro further allow the user to choose location and filename when exporting?
I've tried a straightforward approach of pointing the macro to the form, but it appears that the macro only wants a table or query. My guess is that I will have to build a further query 'behind the scenes' in order to export...
Thanks,
-Scott
Comment