R
Rob
I want to programatically change the Picture property associated with an
Image object on a report at runtime... how and where would you do it ?
Tried On Format...
Me.imageName.Picture ="C:\image1.bmp"
But this does not work.
Thanks !
Image object on a report at runtime... how and where would you do it ?
Tried On Format...
Me.imageName.Picture ="C:\image1.bmp"
But this does not work.
Thanks !