G
Guest
MS Access 2003
Can I display a set of PDF files instead of bitmap files in the Northwind
Employee form?
Here is what I have so far.
I modified the getFileName routine to add pdf files to the list that is
displayed. I added this line to getFileName: .Filters.Add "PDFs", "*.pdf"
This appears to work as the names of the pdf files are displayed in my
‘Select Report’ window.
The Control Source of the Text Box named ‘ImagePath’ is ‘PDFImage’.
PDFImage is a field in my table that corresponds to the ‘Photo’ field in
Northwind. The field contains the path and name of the pdf file I want to
display.
I referenced the Microsoft Office 11.0 Object Library.
No errors are thrown but the PDF file is not displayed in my image object
named ‘ImageFrame’.
Thanks,
Wayne
Can I display a set of PDF files instead of bitmap files in the Northwind
Employee form?
Here is what I have so far.
I modified the getFileName routine to add pdf files to the list that is
displayed. I added this line to getFileName: .Filters.Add "PDFs", "*.pdf"
This appears to work as the names of the pdf files are displayed in my
‘Select Report’ window.
The Control Source of the Text Box named ‘ImagePath’ is ‘PDFImage’.
PDFImage is a field in my table that corresponds to the ‘Photo’ field in
Northwind. The field contains the path and name of the pdf file I want to
display.
I referenced the Microsoft Office 11.0 Object Library.
No errors are thrown but the PDF file is not displayed in my image object
named ‘ImageFrame’.
Thanks,
Wayne