-
I have an Access2000 image database loaded with JPEG's and want to write a program in Access VBA that will put text on several JPEG's and email them.
Access doesn't include the VB PictureBox control and the Image control doesn't permit editing. The Kodak Image Edit control has great annotation features but will only save images as BMP's, TIFF's & AWD's and these image formats are too big and don't display on the email message.
Is there a control/code that will convert a BMP to a JPEG and work within Access VBA? Any advice?
-
Use Intel JPEG Library to save images in JPEG format. It is found at Intel's site.
-
Hi jkurpias,
I was also having the same question. This is my thread.
http://www.vbforums.com/showthread.p...hreadid=192659
I got the answer by MidgetsBro.
Anita