P
Phil
Hi I have posted this several times and got some good suggestions, however
whenever I try them Microsft access is looking for a macro. I update the
issue but they are not seen so I open another one as I am doing now.
Any suggestion would be appreciated
Thanks
Question posed:
Relp from Dorian which seems easy
I have done this by interting an image control (from the toolbar).
If you look at its properties, you will see the 'Picture' property is the
path to the image.
All you need do in the 'on current' event of your form is to load that
property with the path to your image (e.g. Me!MyImage.Picture =
"C:\Myimage.jpg"). As you move from record to record the image will change.
whenever I try them Microsft access is looking for a macro. I update the
issue but they are not seen so I open another one as I am doing now.
Any suggestion would be appreciated
Thanks
Question posed:
I have a database with over 1000 records and am trying to create a unbound
Object frame to link each record with with the staff photos(not in the database - they are located on a CD). Eact record in the databse has a unique number, each
picture has the same unique number with the externsion .tiff.
What I need is(if possible)
1: How to create the unbound object for the table
2: How to code it so that I do not have to amend each record individually as
this would take quite a long time.
3: How to set this up on a form so that each records phots is
linked/displayed automatically as I traverse through them.
4: If I need to make any amendments how easy would this be
I dont have much experience in programming so the exact steps would be needed
Relp from Dorian which seems easy
I have done this by interting an image control (from the toolbar).
If you look at its properties, you will see the 'Picture' property is the
path to the image.
All you need do in the 'on current' event of your form is to load that
property with the path to your image (e.g. Me!MyImage.Picture =
"C:\Myimage.jpg"). As you move from record to record the image will change.