I need to export the results of an ACCESS query to an EXCEL spreadsheet.
Right Now I'm saving the results of the query to a temporary table and using
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "tTempTest", "C:\Test.xls", True
Works OK accept there is an ACCESS YES/NO Field that the user wants the EXCEL work sheet to have a check box for that Field not a text box with True/False.
Actually I will only be sending False.
How do I do that?
Right Now I'm saving the results of the query to a temporary table and using
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "tTempTest", "C:\Test.xls", True
Works OK accept there is an ACCESS YES/NO Field that the user wants the EXCEL work sheet to have a check box for that Field not a text box with True/False.
Actually I will only be sending False.
How do I do that?