Here’s my problem. I have a database that keeps track of club members. That database has a good form for entering the dat, and making changes.
However, I want to display a picture of the member with their profiel when I bring up the form (or a report fo that matter).
The image has to be that of the individual member, and change as I scroll through the memebrs in the db.
What I did was add a column to my table, and put links to my pictures in it. But when I try to show the omage in the form,
it gives me an icon instead. When I click the icon, it will open the picture in a new window.
The icons and their links all point to the right place, but I want to actually display that image there.
I checked the properties and it’s not checked under “display as icon”, and I made sure that was off when I added the data field to the form.
Here are the possible solutions I was able to find:
Or it could be that Access doesn’t have all of the proper graphic filters installed. See online help via the index for ‘graphic filters’ for an explanation
At the bottom of this help screen is a double arrow link to show you how to run setup to intall them.
Try putting an unbound image on the form of one of the images you want to display. If it shows up fine, then you can set the source or whatever property of the image object to the path of image from the database in the Current event.
If you go into the Northwind sample database, there is an employee’s form with pictures of the employees on each record. See what you can find there. From my own experience, I stick to .bmp’s and jpegs.