S
Sammie
I have a command button on a subform which sends the subform's query to
excel. I need to filter the query to export only the records on the subform
related to the current main form record. How do I do it? My command
button's code is:
DoCmd.RunCommand acCmdOutputToExcel
excel. I need to filter the query to export only the records on the subform
related to the current main form record. How do I do it? My command
button's code is:
DoCmd.RunCommand acCmdOutputToExcel