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 to create a css file to format xml file
Registry, Winlogon, KEY_WOW64_64KEY errors
syslink Router
Create a "Batch Number" in SQL Server 2000 for import of sales orders
Microsoft Exchange Outlook Anywhere SSL Issue
How do I allow users on SBS 2008 to install programs?
how to add a document as a link
reamviewer 5
Move exchange storage group to another drive
Coookie not storing information