I'm using the the following code to transfer from Access to powerpoint. How can I modify the code to close powerpoint and open access?
Private Sub SomeButtonName_Click()
Dim oApp As Object
Set oApp = CreateObject("Powerpoint.Application"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
oApp.Visible = True
oApp.Presentations.Open FileName:="Full path to pps"
End Sub
Private Sub SomeButtonName_Click()
Dim oApp As Object
Set oApp = CreateObject("Powerpoint.Application"
oApp.Visible = True
oApp.Presentations.Open FileName:="Full path to pps"
End Sub