I want to load a table data from SQL data bases by Excel ODBC, but the condition "where" i wanted to be dynamic - depended on excel spread cell "A1".
I made somethin like this: a picture link
select * from tabel where id = ?
But this doesn't work and i donno how to define "?" as A1 Cell