Open Access form through from VB.net

V

Vayse

Using Vb 2005 and Access 2000.
From within VB, I'd like to open a form in Access. frmCustomer is the form,
and I'd like to view the form for a particular CustomerID.

I remember doing something similiar a few years ago in VB6, so it should be
possible.

Thanks
Vayse
 
P

Paul Clement

On Thu, 19 Apr 2007 16:02:27 +0100, "Vayse" <vvv> wrote:

¤ Using Vb 2005 and Access 2000.
¤ From within VB, I'd like to open a form in Access. frmCustomer is the form,
¤ and I'd like to view the form for a particular CustomerID.
¤
¤ I remember doing something similiar a few years ago in VB6, so it should be
¤ possible.

The following should get you started:

Automate Microsoft Office Access 2003 from Microsoft Visual Basic .NET
http://msdn2.microsoft.com/en-us/library/aa167790(office.11).aspx

How To Automate Microsoft Access From Visual Basic .NET
http://support.microsoft.com/kb/317113


Paul
~~~~
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top