Access Report Parameters

G

George

I have a Microsoft Access report which I have automated
using C#. When the report opens (via DoCmd.OpenReport) I
am confronted with several prompts for parameters
(example: "Please enter today's date"). What I would like
to do is handle each and every one of these prompts
programmatically with C#. Modifying the original Access
report (with its related queries, etc.) is not an option.
I just want to send values from my C# app to the MS
Access parameter prompts, that's it. Any ideas?
 

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

Top