"johnb" <(E-Mail Removed)> wrote in message
news:709CFB09-6289-4DB3-ACDA-(E-Mail Removed)...
> Hi Rick
> Thanks for the comments. I need to hide a label during one session of the
> open Form and carry that hidden label to next Form open session. How do I
> persist a hidden label over a Form closing and re-opening?
Save, in a configuration table, the desired initial visibility of the
control. In the form's Open event, look up the value of the field in the
table and use it to set the control's Visible property.
--
Dirk Goldgar, MS Access MVP
Access tips:
www.datagnostics.com/tips.html
(please reply to the newsgroup)