Search results

  1. P

    Need to run mailmerge from Access VBA

    I am using Office 2010. I created a mailmerge document in Word that uses my Access database as its data source. That data source is a local table in the database. When I open the Word document, I get the prompt to connect to my data source and run the mailmerge. When I do so, the mailmerge...
  2. P

    Access Exit behaves differently depending on how it is run

    I have an application called "MCLAP4". In the Access Options-Current Database-Application Options, I have the "Display Form:" set to "login screen". That is an existing form that works fine. On one of my forms, I have an "Exit" command button. The "On-Click" property of that form is the...
  3. P

    Copy from PDF and pasting to text file without using Sendkeys()

    I need to do the following: 1. Open up a PDF file using Acrobat Reader 2. Select all data 3. Copy all data 4. Close the PDF file 5. Open up a preexisting text file 6. Select all data 7. Paste my copied data 9. Save the text file 10. Close the text file I can do steps 1, 5 just fine. The other...
  4. P

    Table "Missing Information:Out of Date" in Object Dependencies

    I inherited an Access 2007 database that is using ODBC links to a back-end MySQL database to a remotely hosted site. During my discovery phase of this database I ran the "Object Dependencies" tool for a linked table and some of the results state "Missing Information: Out of Date". Can anyone...
Back
Top Bottom