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
Rogue disc drive in server 2008 cluster
column header
change Background color of Comobox
Drop Down List
Am I elegible for a free upgrade to Outlook 2010 with this?
Having connection problems between two Windows servers.
One user Exchange 2007 cannot send external email
Best method to push out Citrix client plug-in to local and remote sites
Any good insights to Web Deployment from Visual studio 2008?
How do I resolve this error "javax.xml.ws.WebServiceEx
ception .... Place the resource correctly in the classpath.?