I'm a fairly experienced Access/VBA developer, but I haven't been able to find a solution for this issue yet.
I'm using AC2007 to build a product management system. The main purpose of this system is to publish a product catalogue in a format which can be put on a CD and opened by virtually any PC. It needs to have good internal navigation, to make it as user-friendly as possible.
Building the system is no issue. Creating the catalogues is!
The best way I've found so far is to export Access reports containing hyperlinks to HTML. This works fine, but I'm having an issue with the product images not showing in the exported HTML files (they do appear on the report when viewed in Access).
I've currently got the image files (mostly .jpgs) stored in an Attachment field. I've done all of my development up to now in AC2000-3, so haven't had to deal with these so far.
Can anyone tell me if I'm on the right track here? Any (useful) suggestions are appreciated!
I'm using AC2007 to build a product management system. The main purpose of this system is to publish a product catalogue in a format which can be put on a CD and opened by virtually any PC. It needs to have good internal navigation, to make it as user-friendly as possible.
Building the system is no issue. Creating the catalogues is!
The best way I've found so far is to export Access reports containing hyperlinks to HTML. This works fine, but I'm having an issue with the product images not showing in the exported HTML files (they do appear on the report when viewed in Access).
I've currently got the image files (mostly .jpgs) stored in an Attachment field. I've done all of my development up to now in AC2000-3, so haven't had to deal with these so far.
Can anyone tell me if I'm on the right track here? Any (useful) suggestions are appreciated!
Comment