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?
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?