I have a form. I want to disable various fields on different pages (tabs) on the form.
I can disable a field on the page I'm working on, such as ...
RetirementDate.Enabled = False
How do I disable a field on a different page (same form)?
I can disable a field on the page I'm working on, such as ...
RetirementDate.Enabled = False
How do I disable a field on a different page (same form)?