When I import from Excel to Access in a single database using VBA below, it works fine.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel12Xml, "tblBoQ", "c:\Import\BoQ.xlsx", True
... but then when I break the database FE/BE, I get the attached error.
Data type, field size, etc...