Can someone tell me how to format the below so that it runs in VBA ..
INSERT INTO [Supplier Information] ( [Tax ID], [Supplier Name], Address, City, State, [Zip Code], [Duns #], [M/WBE Owned] )
SELECT [Enter Tax ID #] AS TaxID, [Forms]![frmContractData]![txtSUSupplierName] AS SupplierName...