rafa.toshio
New member
- Local time
- Yesterday, 21:16
- Joined
- Feb 4, 2010
- Messages
- 8
Hi everybody,
I have a problem. I need to use a string as code, something like this:
strFormName = "MyForm"
strControlName = "MyControl"
Form_strFormName!strControlName.Visible = False
Is it possible? Someone already had to do this?
I have a problem. I need to use a string as code, something like this:
strFormName = "MyForm"
strControlName = "MyControl"
Form_strFormName!strControlName.Visible = False
Is it possible? Someone already had to do this?