Access form in word

AppleEater

Registered User.
Local time
Today, 08:11
Joined
Feb 27, 2002
Messages
15
What is the easiest way to open and use an Access form from a word document, and how can I do it ?

Thank you.
 
Use VBA and automation.

You will need to create an instance of Access and use the OpenDatabase method of that instance to open the existing database. Once you have set the instance to a particular database and opened it, you can control in from within Word using VBA.

If you need an example let me know. I'll write something quick and send it to you.

Scott
access_junkie@hotmail.com
 
Thanks Scott. An example would be a great thing since I'm not very good with vba.

:-)
 

Users who are viewing this thread

Back
Top Bottom