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
How do I trawl through an Excel 2003 range and copy certain cells of certain rows to another worksheet in VBA
iTunes Management
Pre populating excel rows based on variables
mcafee EPO script to remove agent and virusscan
Cannot join domain due to dns issues
Sage CRM secure web link for external users
Apache2 name-based virtual host & SSL
logical restore?
Thunderbird inexplicably crashing....
DataBinding: 'System.Data.Common.DataRe
cordIntern
al' does not contain a property with the name 'IdKeuze'.