how to save jpeg image from ole control

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
 
V

Victor Delgadillo

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.

_
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top