I have written the following query in MS Access SQL:
UPDATE [B-K Data]
SET [Supplier 1] = [PNTestImport].[MFR], [Supplier 1 order no] = [PNTestImport].[MFR_PN]
FROM [PNTestImport]
INNER JOIN [BK-Analogic-PN-CDB2006-import] on [B-K Data].[B-K no] = [BK-Analogic-PN-CDB2006-import].[BK PN]
INNER JOIN [PNTestImport] on [PNTestImport].[ITEM_NUMBER] = [BK-Analogic-PN-CDB2006-import].[Analogic PN];
I get a syntax error when I try to run the query, but no identification of where the problem lies.
When Googling the error, I found other with similar problem but no answer that works. What am I doing wrong here?
[ brackets ]( this is already a point not to do this), but imagine you accidentally type double space and spend hours just to find out where the typo is.