Choosing images

  • Thread starter Thread starter Mitchell Oliver
  • Start date Start date
M

Mitchell Oliver

I'm having a little difficulty figuring out how to do a certain thing
in a report. I have a grouping on a certain id field. Based on that
id, I want to display a picture. How do I do this? If I insert an
image into the report, it only allows me to pick one image for
everything. I wondered if there was a way to script it, but my
knowledge of the VB environment in Access is very limited. Any help
would be greatly appreciated.
Thanks,
Mitch Oliver
 
Add a field with Data Type OLE Object to the table that
the report is based on. Then link to a picture for each
record using this field. Include this field in the
recordsource for the report.

If you need detail steps on how to do this, send me an
email.

Hope this helps.

ET Sherman
 
Thanks this pointed me in the right direction. I'm using tables
linked from an SQL database, so I added a new table to the database
for the purpose of this report. Then I joined the tables.
Thanks.
Mitch Oliver
 
Back
Top