2

I have a C#.NET desktop application that automates the execution of several different data processing jobs according to a fixed schedule. The C#.NET application uses the System.Diagnostics.Process class to invoke other .NET applications, batch files, and SAS jobs. I would also like to use it to automate running some MS Access reports, which are created using VBA in an Access 2010 database.

My question - how can I use my C#.NET program to trigger the execution of a VBA function (or Procedure) that resides in an Access database?

1 Answer 1

1

You might want to check this out:

How to automate Microsoft Access by using Visual C#

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.