I used thread68-1143813 parameters are not allowed in queries that can't be
thread68-1268757 to figure out how to add a parameter to the SQL I copied from Oracle into MS-Excel's MS-Query. The tip worked. I would like to find out if it is possible to have a descriptive prompt rather than "Enter Parameter Value" and "Parameter 1".
Here is the original statement from Oracle
and aa.term =
_term
Then in MS-Query I changed it to
and aa.term = '200920'
Next went to Script Editor and changed '200920' to ?
Thank you.
thread68-1268757 to figure out how to add a parameter to the SQL I copied from Oracle into MS-Excel's MS-Query. The tip worked. I would like to find out if it is possible to have a descriptive prompt rather than "Enter Parameter Value" and "Parameter 1".
Here is the original statement from Oracle
and aa.term =
Then in MS-Query I changed it to
and aa.term = '200920'
Next went to Script Editor and changed '200920' to ?
Thank you.