how to save jpeg image from ole control

  • Thread starter Thread starter Rodolfo Rughi
  • Start date Start date
R

Rodolfo Rughi

Hi.
I want realize an archive with images embedded in the mdb in an ole control.
Then I use the image control in wich the user insert an image.
If I want export all the images of my archive each in .jpg file, how can I
do ?

thanks
 
It's not a very good idea to store pictures in the actual table! If you
insert pictures in the table, Access converts the pictures to BMP (Bit Map
Picture), which takes a horrible amount of space. I would suggest you store
on your table the path where you keep the jpg files and use this path to
display or send the picture elsewhere.

--
Victor Delgadillo [MVP Access]
Miami, Florida

Consultas al grupo, asi todos nos beneficiamos.

_
 
Bit of a language issue here Rodolfo. Do you mean you have a number of
images current embedded within your MDB via an OLE Frame control and
that you want to export these to external Jpeg files? IF so see:
http://www.lebans.com/oletodisk.htm
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top