Executing a query stored in MS Access

Hi there,

Is it possible to execute a query that is stored in a MS Access database? Also, if that’s possible, how would one go about using parameters.

For example, let’s say I have an Access DB with a table called “quotes” an a query called “ResultsByTicker” with SQL something like:
select * from quotes where ticker = ". Ideally, the user would be prompted for the ticker symbol which would be passed to the query.

Thanks,

Carlo.

This could be a way:

Sorry. I guess I should have specified that I need to run the Access stored query from within UIPath. The link you provided shows to do it from within Access.

Thanks,

Carlo.