Help a blind photographer!

D

David Habercom

I am frustrated trying to build a form which will show photos of my models
along with contact information. I have some experience working with text
in Access 2000, but I can't make anything appear in the photo field -- in
the table or in the form. Is there a tutorial on this somewhere? Thanks.

David Habercom
www.davidhabercom.com
 
S

Steve Conklin \(Dev@UltraDNT\)

as Access database will grow HUGE storing the pictures inside it, the
generally accepted way of doing this is to sotre the path to the file in a
field, then adding an image control to a form. in the oncurrent event of
the form, run a line of code like:

me.image1.picture = me.path_to_pic_field

hth
Steve
 
Top