DM said:
thanks for this article. I was just trying to do the store links and image
control with much dificult. if followed the steps below this email and
cant
get the pictures to update to the respective detail. the picture I select
in
step 3 substep 5 remains on every detail. I am currently looking for my
disk
to check the Northwind sample for copying.
If it's a Form, then sounds as if you aren't executing the code (which you
quote) in OnCurrent event; if a Report, corresponding code is executed in
the Print event.
If you are trying to display pictures in Continuous Forms view, the only way
that will work is the OLE method -- to use the other approaches I describe,
each record must be displayed separately. For Forms with pictures, that has
not proven to be a problem for my clients and users. YMMV, as it's a matter
of personal preference; on the other hand, when I explained the tradeoffs in
cost, bloat, etc., my clients have chosen "efficient" over "someone's idea
of esthetic".
also, can I go in and delete all the embedded images
to reduce the bloated file back down to reasonable size?
You have to choose an image file to create the Image control, but IIRC, you
can delete it. To recover the space, however, after deleting the embedded
images, you'll need to do a Compact and Repair.
Larry Linson
Microsoft Office Access MVP