Use VB.net to run a Access 2000 module  
Author Message
StefanKIC





PostPosted: Mon May 10 11:37:15 CDT 2004 Top

Visual Basic [VB] >> Use VB.net to run a Access 2000 module

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

Visual Studio340  
 
 
Armin





PostPosted: Mon May 10 11:37:15 CDT 2004 Top

Visual Basic [VB] >> Use VB.net to run a Access 2000 module
> 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

 
 
Cor





PostPosted: Mon May 10 12:10:40 CDT 2004 Top

Visual Basic [VB] >> Use VB.net to run a Access 2000 module Hi Peter,

In addition from Armins text, maybe you can find here from some office
automation information

Office
http://support.microsoft.com/default.aspx?scid=kb;EN-US;311452

http://msdn.microsoft.com/office/

Pia Download
http://www.microsoft.com/downloads/details.aspx?FamilyID=c41bd61e-3060-4f71-a6b4-01feba508e52&displaylang=en

I hope this helps

Cor


 
 
Paul





PostPosted: Fri May 14 14:52:19 CDT 2004 Top

Visual Basic [VB] >> Use VB.net to run a Access 2000 module

¤ 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



Microsoft MVP (Visual Basic)