photographs in forms

K

KK

Hello,

I'm trying to include a photo of staff members on their forms. I've created
a text field "photo" in the table which contains the full path and filname
of the jpg files required.

Reading the help pages it seems that I have to create an image file on the
form and write Vbasic code into it. I think I can do this OK, but am I
understanding the help info correctly or is there something simpler I'm
missing ?

Thanks

KK
 
B

B. Comrie

Create field of type "OLE Object"... with this you can store the picture as
either a bitmap, or a link to the bitmap image that displays depending on
how you set the Ole Type Allowed property on the "Bound Object Frame"
control on the form.

B Comrie
http://www.codewidgets.com
 

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