Microsoft
Software
Hardware
Network
Question : Opening Access form from a word document
This relates to my previous question No:26293781 which has gone unanswered so I will simplify things a bit then delete the original.
I need the syntax to open a form in a current open access db from a word document
I have tried the following which is giving me errors
Private Sub Document_Open()
Dim appAccess As Access.Application
Dim appForm As Access.Forms
Set appAccess = GetObject(Access.Applicati
on)
DoCmd.OpenForm "zfrm_Letters"
End Sub
Answer : Opening Access form from a word document
Quick and dirty:
ThisDocument.FollowHyperli
nk "C:\YourDB.mdb", "Form zfrm_Letters"
(°v°)
Random Solutions
kaspersky 2010 Anti Virus Outlook 2007 html image viewing
Save only sends e-mail with removed attachment again
SQLservr.exe*32 process using large amount of ram and disk activity
Transaction in entity framework
PayPal with CreditCard
Cant install fonts on a Mac
Changing Server Name with Exchange 2010 Installed
XP runs slow error 0XC000005e,The Security System detected an attempted downgrade attack for server
new keyboard not recognised before logon
how to do selective sorting based on contents of a column