Hello forum, I've been Googling and searching for this answer. I have a data connection to an access database and I wrote a simple SQL query in the SQL field.
Is it possible to parameterize that query? Ideally, I'd like it to reference a cell on an Excel sheet where I can use a drop down to change the game title.![]()
select * from games where Title = "Game 1"
Thanks in advance!
Bookmarks