Search results

  1. 1

    Opening PDF to a Specific Page

    Hi all, I've been searching for a code that allows me to open up specific pages in a PDF file, through the click of a button in a form. I have seen success with the following code: Dim strPage As String, strFullPathToFile As String, strFullPathToAdobeReader As String...
  2. 1

    Duplicate Records Delete Query "Could Not Delete From Specified Tables"

    Hi All, I am trying to run a delete query that removes duplicate records in a table. However, whenever I try to run the query I always get a "Could Not Delete From Specified Table" error. Here is the SQL statement: DELETE [UCS (Currently Orbiting Satellites)].*, [UCS (Currently Orbiting...
Back
Top Bottom