Afternoon all,
Looking for a little guidance.
I have a from that is used to filter data in a subform. The subform shows in datasheet view and my filters work ok.
I have the following code to export the form to excel but it exports all records rather than the filtered results.
DoCmd.OutputTo acOutputForm, "subsearch", acFormatXLS, _
"\test.xls", True
Any ideas?
Thanks in advance.
Looking for a little guidance.
I have a from that is used to filter data in a subform. The subform shows in datasheet view and my filters work ok.
I have the following code to export the form to excel but it exports all records rather than the filtered results.
DoCmd.OutputTo acOutputForm, "subsearch", acFormatXLS, _
"\test.xls", True
Any ideas?
Thanks in advance.