Opening an Access 2007 form from Word VBA

  • Thread starter Thread starter LA Lawyer
  • Start date Start date
L

LA Lawyer

I want to use Word to open a form I created in Access. I presume that I
have Word start the specific database in Access and then show the form.

How is that done?
 
Is it the form itself, or the data it contains (or has access to)?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
It would also be good to ask this in a Word newsgroup. Offhand, the easiest
way I can think of is to create a shortcut to the form by dragging the form
to the desktop. Then cut or copy and paste the hyperlink created into your
Word document.
 
Back
Top