F
Froto
I have a command button on my form with the following code
DoCmd.OutputTo acQuery, "Analysis Query",
acFormatXLS, "\\Bulldog\Admin\Copy of analytical Forms
Database\Form.xls", -1
End Sub
How do I change the code above to only export only the
record that's open and not all the records in the database
Thanks much for all the HELP
DoCmd.OutputTo acQuery, "Analysis Query",
acFormatXLS, "\\Bulldog\Admin\Copy of analytical Forms
Database\Form.xls", -1
End Sub
How do I change the code above to only export only the
record that's open and not all the records in the database
Thanks much for all the HELP