How do I let someone insert a picture in a locked form

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

Guest

I've created a lockedform for people to fill out but I want to let them
insert pictures into the form. How do I do this?
 
Hi Tracy,

If you mean insert a single picture eg: an ID photo, then how about saving
the path to the image (and the file name) in a text box (hidden or
otherwise), and having an Image control on your form that displays the image
as per the information in the text box...

Damian.
 
one method would be to put a place holder image in the form.

that image can be in a folder anywhere you want....

instruct them to put their image in that place, delete the place holder, and
to change the name of their image to the placeholder image's file name...
 
Back
Top