Hi Folks,
Below is some code that is attached to a command button. It opens a certain file from Crystal Reports. It works just fine, however for whatever reason; it only opens the report once and will never open it again unless I close and exit out of Access. Any ideas.
Private Sub Command72_Click()
Call Shell("C:\Program Files\Seagate Software\Crystal Reports\crw32.exe C:\Documents and Settings\Administrator\Desktop\template.rpt", vbNormalFocus)
Application.FollowHyperlink "C:\Documents and Settings\Administrator\Desktop\template.rpt"
End Sub
Thank you very much,
Joe
Below is some code that is attached to a command button. It opens a certain file from Crystal Reports. It works just fine, however for whatever reason; it only opens the report once and will never open it again unless I close and exit out of Access. Any ideas.
Private Sub Command72_Click()
Call Shell("C:\Program Files\Seagate Software\Crystal Reports\crw32.exe C:\Documents and Settings\Administrator\Desktop\template.rpt", vbNormalFocus)
Application.FollowHyperlink "C:\Documents and Settings\Administrator\Desktop\template.rpt"
End Sub
Thank you very much,
Joe