View Single Post
  #1 (permalink)  
Old 09-05-2008, 08:07 AM
darren13's Avatar
darren13 darren13 is offline
WebProWorld Pro
 
Join Date: Jul 2003
Location: UK
Posts: 245
darren13 RepRank 1
Default Inserting Images From Microsoft Access Front End Form To Mysql Backend on Webserver

Hi Guys,

Been trying to do this for a (long) while now. I've set up a Microsoft Access front end, which links through to the Mysql backend on our webserver.

I use the database for producing estimates and invoices / quotations, and need to upload digital images taken with my camera onsite to reference when pricing for jobs.

I've tried adding a 'blob' field to the Mysql backend, and then added a field on my form in Access (to display the image).

It doesn't display the image I've uploaded via Mysql, and I can't figure out how to add a button to the form to select the images.

Basically I'd like to press a button on the form in Microsoft Access, choose the image(s) and then have the images inserted in to the mysql table and displayed in the form.

Any help greatly appreciated....

Thanks,
Darren.

Last edited by darren13; 09-05-2008 at 08:09 AM.
Reply With Quote