This doesn’t happen in all my databases but – in at least two
when I select only some of the columns the datasheet view displays all columns.
I’ve unchecked “output all fields’ in Access Options > Object Designers, closed all instances of Access and restarted, but still the pain persists.
I can’t run an append because I get an error
The INSERT INTO Statement contains Unknown field ‘300809’. Make sure you have typed the name correctly, and try the operation again.
when I try to execute using ‘Run’. The unkown field is a field in the FROM table but it’s not in the SQL
INSERT INTO LandUse ( Supplier_No, Supplier_Name ) SELECT LanduseImport.[Supplier No], LanduseImport.[Supplier Name], * FROM LanduseImport;
what am I missing?