Help files for Automating Access?

  • Thread starter Thread starter J S
  • Start date Start date
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.
 
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.
 
Back
Top