Assuming you have an image control in the detail section, you can set
the
picture property of the image control in the On Print or On Format
event of
the detail section.
Duane Hookom
MS Access MVP
:
Hi Dunae,
What I like to do is to is the following:
For every record I like to show a picture based on the value of the
ID
field.
fname = "D:\Images\" & CStr(ID) & ".bmp" ' ID is a number
field.
.Picture = fname ' Img is an Image contorl on the report.
On what EventProcedure should i place this?
If there were only a record per page i would be done but that's not
the case.
Thanks again
Dana
The report does loop through every record in the report's record source.
You
can bind a text box to a calculation based on the other fields in
the
record.
Perhaps you need to provide more specific information if this
doesn't
help.
Duane Hookom
MS Access MVP
:
Hi,
I like to loop through all the records in a report (that has many pages)
and
for each record calculate a value and display it. How can I loop through
the recoreds? What is the collection?
Thanks.
[/QUOTE]
[/QUOTE][/QUOTE]