RexesOperator
Registered User.
- Local time
- Today, 11:06
- Joined
- Jul 15, 2006
- Messages
- 604
I decided to switch from a regular form/subform to a linked subform in order to get more of the subform on screen - there are over 50 fields and controls on it.
I have some fields disabled that should be enabled based on a command button click and vice versa with others. When I open the linked form the fields are not disabled - they are locked.
Is this normal behaviour for a linked subform? I can't seem to get the fields disable programmatically either.
I tried Forms!mainform.subform.form.txtbox.enabled = true but nothing happens. And I still can't enter any data.
I have some fields disabled that should be enabled based on a command button click and vice versa with others. When I open the linked form the fields are not disabled - they are locked.
Is this normal behaviour for a linked subform? I can't seem to get the fields disable programmatically either.
I tried Forms!mainform.subform.form.txtbox.enabled = true but nothing happens. And I still can't enter any data.