Stumpt !!!

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I have a access query that prompts for a date range when
run. I need to call the query from Excel. When I run the
query from Excel I'm not prompted for the date range and
the query fails. Is there a way to call the query and be
prompted for the date range?

Thanks in advance for you help!
 
Hi Mark,
I have a access query that prompts for a date range when
run. I need to call the query from Excel. When I run the
query from Excel I'm not prompted for the date range and
the query fails. Is there a way to call the query and be
prompted for the date range?

as far as I know, this will not work like Acces. However, you could ask
for input within the Excel macro. Or you could have the user enter the
data into the sheet, you read the cells in your macro and create the
corresponding sql-statement.

arno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top