Results 1 to 4 of 4

Thread: [RESOLVED] My existing code

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Location
    Houston, TX
    Posts
    3

    Resolved [RESOLVED] My existing code

    Option Compare Database
    Option Explicit

    Sub PDFpagecount()

    Dim objPDF As AcroPDDoc, FN As String
    Dim objDoc As AcroApp
    Dim rs As Recordset, doc As String
    Set rs = CurrentDb.OpenRecordset("PDF")
    Set objDoc = "iprosystemadmin80.pdf"

    rs!Field2 = objPDF.GetNumPages


    End Sub

  2. #2
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: My existing code

    it would help if you actually asked a question.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Location
    Houston, TX
    Posts
    3

    Re: My existing code

    My codes relate to the question I asked two doors down....How can I populate a field in Access 2000 with the page number of .pdfs

  4. #4
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: My existing code

    sorry, didnt read the previous thread.

    don't know the answer.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width