Picture on page

I

Ig

Hi, I have an embedded picture with caption on tab page and want to make it
appear and disappear
when certain conditions happen.
To make it disappear I just code it like : Me!MyTab.Picture = "".
But how to make it restore after that?
Thanks
 
S

Stephen Lebans

' Visible = NO
Save off the PictureData property
Set the Picture prop to ""

' Visible = YES
Copy the Saved PictureData prop back to the Tab Page PictureData prop.


A googleGroups search on my last name and PictureData should produce sample
code.
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Top