Can a thumbnail image be inserted on a form? how?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to have a thumbnail of an image that is linked to the record
that is showing on a form. If this is possible how can this be done and is
there a wide variety of formats that can be used for the image?
 
First off, do not ever embed your images within the database. Only add the
path into the db. This will avoid major db bloating issues.

Now to answer your question. Your question is the same as create a photo
album with access. By associating an image path to a record your simply
display the image using the current form event. There are numerous good
example of how to do this. Here are a few to take inspiration from.

http://www.cardaconsultants.com/en/msaccess.php?lang=en&id=0000000007#images
http://www.cardaconsultants.com/en/msaccess.php?lang=en&id=0000000007#album
http://www.rogersaccesslibrary.com/download3.asp?SampleName=Pictures.mdb
 
thanks, however, the images are not photos, persay, they are drawings drawen
with a cadd program and i would like to try to get the image of the drawing
to appear on a form when the drawing information is selected.
if this is not possible, that is ok, i am just curious if it is possible.
 
Back
Top