Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. berg43

    Open report with last page

    Thanks Starpassing , works perfect !!
  2. berg43

    Open report with last page

    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.
  3. berg43

    Open report with last page

    I like to open a report with the last page instead of the first page.Can anybody help how to do this.Thanks
  4. berg43

    Explorer Problem

    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...

Part and Inventory Search

Back
Top