Search results

  1. D

    Open Access form in Word

    I figured it out...I used: Dim ctl As CommandButton Set ctl = Me!Command68 With ctl .Visible = True .HyperlinkAddress = "\\hpggfile01\hpgg\01_CORP\HR\FORMS\Corrective Action Forms\HCA Attendance Notification.doc" End With Thanks for your help! :D
  2. D

    Open Access form in Word

    I have a word document that I pasted into a form. I have a command button that I want to have open the form in Word with out using a hyperlink. I noticed that this can be done manually by opening the form with the pasted document in design view by selecting Edit, Document Object, Open...the...
Back
Top Bottom