rafa.toshio
New member
- Local time
- Today, 17:11
- Joined
- Feb 4, 2010
- Messages
- 8
Hi everybody,
I have a problem. I need to search the name of a form into a table and use them to construct my code. Like this:
strFormName = "MyForm"
strButtonName = "MyButton"
Form_strFormName!strButtonName.Visible = False
And it need to make the button "MyButton" on the form "MyForm" invisible
Is it possible?
I have a problem. I need to search the name of a form into a table and use them to construct my code. Like this:
strFormName = "MyForm"
strButtonName = "MyButton"
Form_strFormName!strButtonName.Visible = False
And it need to make the button "MyButton" on the form "MyForm" invisible
Is it possible?