Thanks for the responses.
I have a follow up question. I want the hover label to get the file address from a column. My column has the address itself, for example, the text in my Colum (named PicAdress) is "c:/iris/picNumber.jpg" .
However, I cannot get the hovel label to accept this variable. i have tried using:
PictureBox(Open(local:_PicAdress, jpg))
with no success.
When I simply enter the address in the column there is no problem.
PictureBox(Open("c:/iris/" || local:_PicAdress || ".jpg", jpg))
Any advice?