still can't load images!!!

  • Thread starter Thread starter brucea
  • Start date Start date
B

brucea

Can't get images to rotate with corresponding records... no matter
what. Many have made suggestions and none have worked so far. I've
been around the world with this issue. Someone with A07 savvy, please
come forward with a solution for me. Tried various image controls, OLE
controls, embedded and linked options. NO Go!!

Someone, please help!
 
You'll have to re-post exactly what you're trying to
accomplish, as this post in and of itself isn't enough.
Bill
 
Have you tried converting your images to bitmap format? I know with
Access 2003, JPG is not supported. Not sure about 2007. We just did
this in our employee master the other day. We created an OLE Object
field in the table and inserted bitmaps of employees. We could insert
JPGs, but they wouldn't display; we would see only a generic icon in
the bound object control. We converted all the pics to bitmaps and
viola!. All you have to do is put a bound object frame control on
your form linked to your picture field and you should see the pictures
associated with the record when you navigate from record to record.

Check out the northwind database, they do this type of thing in their
employee table as well I believe.
 
Just be aware if you take this approach that your database
will explode in size.


Have you tried converting your images to bitmap format? I know with
Access 2003, JPG is not supported. Not sure about 2007. We just did
this in our employee master the other day. We created an OLE Object
field in the table and inserted bitmaps of employees. We could insert
JPGs, but they wouldn't display; we would see only a generic icon in
the bound object control. We converted all the pics to bitmaps and
viola!. All you have to do is put a bound object frame control on
your form linked to your picture field and you should see the pictures
associated with the record when you navigate from record to record.

Check out the northwind database, they do this type of thing in their
employee table as well I believe.
 
dans l'article
(e-mail address removed),
(e-mail address removed) à (e-mail address removed) a écrit le 21/01/08 22:30 :
 
Back
Top