latex88
Registered User.
- Local time
- Yesterday, 19:22
- Joined
- Jul 10, 2003
- Messages
- 198
I want a button in a subform to trigger a label and text box to become visible in the main form. Isn't the code quite straightforward like below? It does not seem to work.
Forms!MainForm.ControlName.Visible = True
Forms!MainForm.ControlName.Visible = True