path to image in a form

A

alvin Kuiper

Hi
I have a tekstfiled where the path to a image are in
the i have a picture in my form
now i want to do it so the path to the picture are the same as in the
textfield
i know this can bee done, but can't see how, hope someone can help

regards
Alvin
 
A

Alex Dybenko

Hi,
as I understand you - you can use form's Current event to assign path to
image control:

me.Image1.Picture=me.textbox1 & ""
 
A

alvin Kuiper

Thanks

Alvin

Alex Dybenko said:
Hi,
as I understand you - you can use form's Current event to assign path to
image control:

me.Image1.Picture=me.textbox1 & ""
 
Top