I use a query to select several fields from the table including a multi-value field. I then use the "DoCmd.Transfer Spreadsheet acExport acSpreadsheetTy peExcel12" to send the info to an excel.xlsm file. It appears that this method does not like the multi-value fields.
Is there a way to extract or convert the data in the multi-value field to single value during the query?
Is there a way to extract or convert the data in the multi-value field to single value during the query?
Comment