We are experiencing problems with some VBA code that was originally developed within Access 2000 on Windows 2000 Professional. We have a database that makes use of images in reports. The references to these images are from a table. When a user running Windows XP tries to open a report in this database they experience a compile error: Can’t Find Project or Library.
I’ve narrowed it down the apparent fact that Windows XP, according to MS, no longer includes the Kodak Imaging libraries (ImgAdmin.ocx, Imagscan.ocx, ImgThumb.ocx) which this VBA functionality depended on (using the LoadPicture command). It appears that this utility is now only available from the developer Global360 (http://www.global360.com/products/g360_imaging/purchase/%5B/url%5D). Is there an alternate method of loading images (JPGs) in an Access report that does not make use of the Kodak Imagining tools and that will work on Windows 2000 as well as Windows XP?
Any advise someone can provide would be most appreciated.
Drew