I have an excelfile with 2 columns, ordernumber and articlenumber.
I also have a MySQL database containing the same numbers and many more (like deliverydate, price and more).
I established a connection Excel-MySQL using OLEDB and ODBC-DSN, so i can import the entire MySQL table in Excel. This...