Help files for Automating Access?

J

J S

I am attempting to automate MS access from a vbscript file. I can create a
handle to the application via the following line.

Set objApp = CreateObject("Access.Application")

I was wondering if anybody knew of a downloadable help file that would fully
map out the object heirachy of access.application? I know I can use the
object browser but I need documentation on each of the methods and
properties as well! I used to have files for word and excel but I can't seem
to find anything for access.
 
B

Brendan Reynolds

If you have Access, you have the help file. Perhaps you've been searching by
starting from the main Access window. To find help topics on programming
issues, start Help from the Access VBA editor window instead.
 

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