PDA

Click to See Complete Forum and Search --> : How can i open ac access form via vb


hadas
Jul 27th, 2000, 06:30 AM
hello,

I wan't to open an Access form via VB in a procedure.

The data base is already open.

In addtion i want to know if its imposible to edit the form in access via vb.

Bigley
Jul 28th, 2000, 05:32 PM
You need to reference the MSAccess library in Project References and declare an Access Object in your project. I have done something similar for previewing Access reports and if you look in the object browser you will see all the relevant methods etc associated with the object.

To tired to look it up for you now though sorry.