Hello,
I am trying to export a table data to excel. Here is the command that I am using:
DoCmd.OutputTo acOutputTable, "table2", acFormatXLS
Data is exported correctly. However, I do not want the field names in the table in access to be exported to excel. Does anyone know how to export the...