Results 1 to 4 of 4
  1. #1
    ecalvert47462 is offline Novice
    Windows XP Access 2007
    Join Date
    Dec 2011
    Posts
    17

    insert a powerpoint presentation into access

    I have a database that multiple users open and enter data in on a weekly basis.

    I have a powerpoint presentation that shows instructions on how to use the database for the users.

    I would like to insert the powerpoint users guide into the main form so the user can click on it and read the instructions.

    I am working in access 2010...

    Any help would be appreciated.



    Eric

  2. #2
    redbull's Avatar
    redbull is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Mar 2012
    Location
    Missouri
    Posts
    480
    Do you have a network location to store this power point?


    I use this for a website stored on a shared drive

    Code:
    Sub Help1()
    Dim Hlp As InternetExplorer
    On Error Resume Next
    Set Hlp = Login("\\wdcxxxxxxx\xxxx\xxxx\xxx\xx\xx\Quickstart.mht", True)
    End Sub
    But you could have it do this instead...

    Code:
    sub Powerpoint
    
    Shell "start powerpnt.exe "Location of file you want to open.""
    
    end sub
    that just runs cmd that opens a specific file.

  3. #3
    redbull's Avatar
    redbull is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Mar 2012
    Location
    Missouri
    Posts
    480
    My minds eye sees a "help button" that when pressed will run the code above to open the powerpoint document. THIS way, if you update the powerpoint... you don't have to update a ton of users.

    - Edit
    And if that works, marked as solved and give me reputation!

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Google: Access 2010 powerpoint on form
    Review http://msdn.microsoft.com/en-us/libr...ffice.11).aspx
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. How to place a form into powerpoint using vba
    By wwjd77414 in forum Access
    Replies: 4
    Last Post: 09-03-2012, 04:41 PM
  2. Replies: 6
    Last Post: 06-25-2012, 02:57 PM
  3. Linking Access/Powerpoint 2010... Possible?
    By William McKinley in forum Access
    Replies: 1
    Last Post: 03-13-2012, 02:44 PM
  4. Horizontal presentation
    By cacabanga in forum Access
    Replies: 4
    Last Post: 02-11-2012, 07:18 PM
  5. PivotChart presentation
    By wharting in forum Forms
    Replies: 5
    Last Post: 08-25-2011, 11:07 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