Using outside objects and libraries

  • Thread starter Thread starter S
  • Start date Start date
S

S

Can anyone suggest a good starting point on learning how to use outside
objects/controls. ie, Adobe Acrobat, Dragon Naturally Speaking, etc.
Many programs make their controls available to Access and VBA, but I've
never really figured how to go about adding their functionality to an
Access Database.

Thanks in advance.
 
The fact that they show up in the list of controls doesn't actually mean
that they're available for use in Access: Access is a lot pickier about
which controls it can use than, say, Visual Basic.
(http://support.microsoft.com/?kbid=202104 explains the restrictions that
apply to all versions of Access, not just Access 2000 as indicated in the
article).

And unfortunately, there's really no generic set of instructions you can
follow: each control is going to have its own methods and properties that
you'll have to learn.

For many of the controls, you may be able to find instructions in how to use
Automation at the vendor's site. Otherwise, if you have a specific question,
try asking in microsoft.public.access.activexcontrols
 

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

Back
Top