R
Rick A
I want to set enable=false for all controls on a subform but I cannot do that because one control needs focus. At least that is what I am lead to believe.
Code
subform.form!control.enable = false
Perhaps my real question is why does a control on the subform have focus when I've changed focus to a control on the main form. I would think that since focus is on a main form control no control on the subform would have focus.
Any help is appreciated.
Code
subform.form!control.enable = false
Perhaps my real question is why does a control on the subform have focus when I've changed focus to a control on the main form. I would think that since focus is on a main form control no control on the subform would have focus.
Any help is appreciated.