Zion,
Thank you for your help,but this is not what I am looking for.Your solution shows only the last data in the report, but I am looking for an report with for example 6 pages to open with page 6 instead of page 1.
I am trying to open explorer at d:\my documents,
however I get message "file not found"
I am using the following command:
Private Sub Command50_Click()
Dim stAppName As String
stAppName = "explorer""d:\my documents"""
Call Shell(stAppName, vbMaximizedFocus)
End Sub
Advice is very much...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.