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
Trying to redirect a user from http to https automatically. Windows 2008 running II7
itextSharp doubles in size
Maxtor OneTouch 4 Family drive is no longer working
passing a looped value to a form
VBA macro script populating cells from data source
RoundNumber with rounding off difference
Syntax error (missing operator) in query expression
Replacing Keyboard on Toshiba Portege A600
Creating FLV thumbnail
how to load a php include after page is loaded?