displaying picture on form

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

Guest

I have MS ACCESS database with images saved in few fields of table. The data
type of field is "Long Binary data". However, images do not display on form.
Can anyone tell how can I display images?
 
From Arvin Meyer's website, you can get a good sample--- "It is usually
preferable NOT to store OLE objects like pictures in the table itself. It
causes massive database bloat. The usual solution is to store the pictures
as files on the hard drive and store the file name in the table. This
sample demonstrates how to to this."

http://www.datastrat.com/Download/Picture2K.zip


HTH
Damon
 
Back
Top