I am working on a simple project, so I thought, to pull data from and ODBC data source into Excel.
I have been a programmer for too many years to mention, but new with VBA and Excel.
I have this query, and the columns are not in this order
SELECT product.num As titem, product.description...