pakiyabhai
Technical User
ok as usual again , I have a small database , with fields,
itemcode , imagepath both text
Now using an empty image control in forms and using the code
now using
Me![PictureImage].Properties("Picture"
= Me![imagepath]
in On_cuurent even I am able to load , picture in PictureImage , without storing it in database.
Now , If I want is that if I double click on the image , the full picture should open.
The only idea I have so far , is create another fiedl called hyperlink in my table,which will contain the link to the file , now using code on ON_CLICK event, It opens the hyperlink . i.e the full picture...
Since I am a a total stranger to newbie, can any1 please give me the code or suggest any other idea ???
itemcode , imagepath both text
Now using an empty image control in forms and using the code
now using
Me![PictureImage].Properties("Picture"
in On_cuurent even I am able to load , picture in PictureImage , without storing it in database.
Now , If I want is that if I double click on the image , the full picture should open.
The only idea I have so far , is create another fiedl called hyperlink in my table,which will contain the link to the file , now using code on ON_CLICK event, It opens the hyperlink . i.e the full picture...
Since I am a a total stranger to newbie, can any1 please give me the code or suggest any other idea ???