|
-
Jul 10th, 2005, 09:23 PM
#1
Thread Starter
New Member
[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
-
Jul 11th, 2005, 01:50 AM
#2
Re: My existing code
it would help if you actually asked a question.
-
Jul 11th, 2005, 06:47 PM
#3
Thread Starter
New Member
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
-
Jul 12th, 2005, 12:47 AM
#4
Re: My existing code
sorry, didnt read the previous thread.
don't know the answer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|