Use VB.net to run a Access 2000 module

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Is it possible to have vb.net open up an access db and run a module?
Does anyone have any sample code?
 
Peter said:
Is it possible to have vb.net open up an access db and run a module?
Does anyone have any sample code?

Set a reference to the "Microsoft Access x.y Object Library" on the COM-Tab
of the "add reference" dialog. Look in the documentation of the MSFT Access
object model for more information. Groups for Access related questions:
microsoft.public.access.*


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
On 10 May 2004 08:37:45 -0700, (e-mail address removed) (Peter) wrote:

¤ Is it possible to have vb.net open up an access db and run a module?
¤ Does anyone have any sample code?

See the following MS KB article:

HOWTO: Run Office Macros by Using Automation from Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;306682


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top