A
Anonymous
I am exporting a query to excel using:
DoCmd.OutputTo acOutputQuery, "QueryName", acFormatXLS, , True
The issue is that one of the fields is a memo field and the data is being
cutoff. There is no order by or group by on the query.
Using Access and Excel 2003
Thanks!
DoCmd.OutputTo acOutputQuery, "QueryName", acFormatXLS, , True
The issue is that one of the fields is a memo field and the data is being
cutoff. There is no order by or group by on the query.
Using Access and Excel 2003
Thanks!