> The Access help entry for "display; image;" states that a
> field containing a path to an image file can be bound to
> an image object by using the OnCurrent property of the
> report. However, I cannot find the OnCurrent property. I
> can display a different image (same image, duplicated for
> each record on the page) by using the On Page property so
> I know the code is working. I just cannot find the On
> Current property. Has anyone else encountered this problem?
>
> My goal is to display an image per record (CD Jacket
> Image), with multiple images per page to form a directory.
The "OnCurrent" event applies to forms. What you want in a report is the
"OnPrint" event procedure of the section containing the image control.
--
Bruce M. Thompson, Microsoft Access MVP
(E-Mail Removed) (See the Access FAQ at
http://www.mvps.org/access)
>> NO Email Please. Keep all communications
within the newsgroups so that all might benefit.<<