Results 1 to 5 of 5
  1. #1
    Mclaren is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Feb 2010
    Location
    Johannesburg
    Posts
    164

    Access 2007 open *.hlp

    Hi, i need code to enable me to open a *.hlp file from within vb code.

    I can get it to open an *.exe file but not a *.hlp file.

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Not included with Windows7. See: http://support.microsoft.com/kb/917607

  3. #3
    Mclaren is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Feb 2010
    Location
    Johannesburg
    Posts
    164
    I have allready installed the update that allows users running Win7 to open .hlp files. I can open the file from explorer. What i need to do is open the file from access.

    on some forms i have included a "Help" button which when clicked should open the relevant help file.

    I see Win 7 uses HTML format for help files.

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    What method are you using to try and bring up the .hlp file?

  5. #5
    Mclaren is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Feb 2010
    Location
    Johannesburg
    Posts
    164
    I have tried the following.


    Private Sub cmd_Help_Click()

    Shell ("C:\Project\WTF.hlp")

    End Sub

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Open excel 2007
    By spqr in forum Access
    Replies: 14
    Last Post: 03-26-2010, 07:48 AM
  2. open access 2007 only when called by executable file
    By rommelgenlight in forum Access
    Replies: 1
    Last Post: 01-20-2010, 12:50 PM
  3. 2007 MDE will not Open in Access 2003
    By wmecook in forum Programming
    Replies: 4
    Last Post: 12-01-2009, 05:15 PM
  4. What Database is Open? (Access 2007)
    By jhrBanker in forum Access
    Replies: 3
    Last Post: 06-06-2009, 09:00 AM
  5. Replies: 1
    Last Post: 06-02-2009, 04:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums