S
spawnss via AccessMonster.com
Hello everyone. I have some exported PDF files from an Electronic Document
Managemet Software (EDMS). They are about 1000. All of them in same folder
and they have document numbers. Also I have list of document numbers about
100. My list is containing some of the exported PDF documents from same EDMS
with same document numbers. Is there anyway to print the documents which in
my list using Access? I mean if I import my list into Access and if I make a
query, can Access print the listed documents which in my query? I searched
from and I found below code to print documents.
Shell Chr(34) & "FullPathofAcrobat.exe" & Chr(34) & " /p " & _ Chr(34) &
"FullPathofFiles" & Chr(34), vbMinimizedFocus
Can I use this code to print my files?
Or is there anyway to copy the documents that I want to print from one folder
to another folder so I can make one PDF file from them and I can print?
Thank you for your help.
Regards,
Oguz
Managemet Software (EDMS). They are about 1000. All of them in same folder
and they have document numbers. Also I have list of document numbers about
100. My list is containing some of the exported PDF documents from same EDMS
with same document numbers. Is there anyway to print the documents which in
my list using Access? I mean if I import my list into Access and if I make a
query, can Access print the listed documents which in my query? I searched
from and I found below code to print documents.
Shell Chr(34) & "FullPathofAcrobat.exe" & Chr(34) & " /p " & _ Chr(34) &
"FullPathofFiles" & Chr(34), vbMinimizedFocus
Can I use this code to print my files?
Or is there anyway to copy the documents that I want to print from one folder
to another folder so I can make one PDF file from them and I can print?
Thank you for your help.
Regards,
Oguz