Im not even sure I can explain this well enough but here it goes...
In VBA - Access 2002 I have a hyperlink field which holds an path to an image, and if I have a button on a form with the control source set to that hyperlink field I can click it an it opens the image.

How can I mimic the same process but using a report?

I have a report that is generated and for every name in that report there hyperlink image and I want to have all the hyperlink images open for each name after the report is run.

Thanks In Advance