Object Frame

D

Don

Can someone tell me how to link a graphic to a report that will change
depending on the value of the record's key field. I know this can be done,
but I can't figure it out. Thanks in advance.
 
S

SA

Don:

Use an image control. Leave the image files outside the database and simply
place the path in the field name. Then in the on print event of the report,
change the picture property of the image control to be equal to that of the
file path in the field.
 
Top