View Full Version : Access 2002 Report pages


subchief
02-24-2005, 05:37 PM
I am trying to produce a report for a large database that uses grouping by last name. There are many records in a related table that appear on a subform under a given last name. I need to include a jpg file on the top of each page that displays that particular person.....but I don't know how to approach it...
I am also having trouble deciding how to store these pictures and what properties to use on that table to do it..if it can be done.

Meltdown
02-25-2005, 11:39 AM
See file attachment to get you started. Images should be stored in their own seperate folder outside of the database, and linked to.

You might need to change the path to the images in the example I've posted. Do that by openng the report in design view, open the 'properties' of the 'Details' section (right click over the Details bar)...and edit the path to the images folder in the 'On Format' event.