I'm attempting to run a Powerpoint presentation from a hyperlink in Microsoft Access. I've successfully created hyperlinks to other Office files but Powerpoint refuses to advance any slideshow when I link to it in this way.
I used the following code which enables the user to select files from a combo box, click on a button and hey presto!
'Application.FollowHyperlink Me.Combo41, , True, True'
The Powerpoint presentation runs perfectly when I start it from a conventional shortcut.
Any ideas???
I used the following code which enables the user to select files from a combo box, click on a button and hey presto!
'Application.FollowHyperlink Me.Combo41, , True, True'
The Powerpoint presentation runs perfectly when I start it from a conventional shortcut.
Any ideas???