A Control's Visible property does make the control Visible in Access 2002
Hello,
Setting up a simple Form in Access 2002 is not so simple today. I have a label I want to make Visible when a TextBox's BeforeUpdate Event detects a logical condition in data. Problem is, Setting the Visible property to True does not render the Label Control Visible. Calling Form.Repaint from within the Event handler generates a runtime error.
I have tried searching the Access help and the knowledge base for 'Visible property' for Access 2002 and found nothing addressing this issue.
How can I make an invisible label Visible?

