Does anyone know a work around for out putting my access report to excel where my data doesn't get truncated?
This is my code and it cuts off data in one of the cells. The data can be 20 to 500 characters long
sFileName = "c:\" & "rptLicenseeDetailXL.xls" DoCmd.OutputTo acOutputReport, , acFormatXLS, sFileName, True
Any ideas would be great!
Paul
This is my code and it cuts off data in one of the cells. The data can be 20 to 500 characters long
sFileName = "c:\" & "rptLicenseeDetailXL.xls" DoCmd.OutputTo acOutputReport, , acFormatXLS, sFileName, True
Any ideas would be great!
Paul