Picture Control to change with Browse button

Obeng

Registered User.
Local time
Today, 03:08
Joined
Nov 11, 2010
Messages
11
Hi,
I am completely new to vba programming and I have this form in which there is a browse button that makes users browse for their preferred picture but my trouble is after I choose from the browse button the image I want it doesn't appear in the image frame.

i have this far I know I'm missing out just a simple code, please help me,. anyone
 
what is the code? it probably utilizes the file system object. you may have to return the selected item and assign it to the image control. then requery the form, maybe.
 

Users who are viewing this thread

Back
Top Bottom