I’m trying to connect excel on a database which has the following query.
SELECT * FROM Products WHERE Order = [Enter Order]
but excel can’t seem to find this query. It only shows the actual table and other queries which does not use parameters.
Is there a way to connect excel on a query which uses parameters? I’m using MS-Excel 2007.
Some notes.
Customize a parameter query
Use Microsoft Query to retrieve external data
ADODB & VBA