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.
Printable View
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.
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.