Data Report Designer Image Control
I have an image control on a report. It is in a grouping. I have the filename of a picture in a datafield in the recordset that is being used on the data report.
When running the report, I would like the image control that is in the grouping to be loaded with the picture that is in the picture datafield located in that grouping. This way, each record that is displayed on the report will have a little picture of the item, that record/grouping is describing.
I have no problem loading an image into an image control in code. The problem is for every record displayed, the same pic is showed, not the pic that is saved in that records/grouping picture datafield.
Thanks ahead for any help.
Aaron

