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"

    Thanks for your time! I tried all of the mentioned and still I get the error message: 1. Changed Distinct into another word 2. I ran the select query and everything was fine 3. I removed all fields right after [UCS (Currently Orbiting Satellites)].* 4. Unfortunately the ID number is...
  3. 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