Hello -
I have a subform within a Form that get it's data from a parameter query. I would like to be able to export the data from the subform into Excel without having the parameter of the query pop up each time I run my command button. Here's what I currently have. Any suggestion will be helpful.
DoCmd.OutputTo acOutputForm, Forms!Search_Addr_Form1![Search_Addr_Q subform].Form.Name, acFormatXLS, "c:\temp15\test.XLS
I have a subform within a Form that get it's data from a parameter query. I would like to be able to export the data from the subform into Excel without having the parameter of the query pop up each time I run my command button. Here's what I currently have. Any suggestion will be helpful.
DoCmd.OutputTo acOutputForm, Forms!Search_Addr_Form1![Search_Addr_Q subform].Form.Name, acFormatXLS, "c:\temp15\test.XLS