Access report & C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • George

    Access report & C#

    I have a Microsoft Access report and I have automated
    this report using C#. When the report opens (via
    DoCmd.OpenRepor t) I am confronted with several prompts
    for criteria (example: "Please enter today's date"). What
    I would like to do is handle each and every one of these
    prompts programmaticall y with C#. Modifying the original
    Access report (with its related queries, etc.) is not an
    option. Any ideas on how to handle this?
Working...