Hi i am having problems creating an excel file from access with critera...
The file is created ok but none of the filters are present all records are in the file..
This is my crit...
crit = strWhere
This is my command which works ok...
DoCmd.OutputTo acOutputQuery, "Autoroute", acFormatXLS, , True
How can i get it to export to excel with the filters?
Kindest regards,
Brian
The file is created ok but none of the filters are present all records are in the file..
This is my crit...
crit = strWhere
This is my command which works ok...
DoCmd.OutputTo acOutputQuery, "Autoroute", acFormatXLS, , True
How can i get it to export to excel with the filters?
Kindest regards,
Brian