I have a form with two fields and a command button i want to be disabled unless certain criteria are met.
First field: Is_hold_tag_required - this is a yes or no field
Second field: responsible_qe - this is a combo box
Command button: prints a report
Not sure if this matters but the form is a tab form. All fields are on the same tab
Is_hold_tag_required is enabled by default. The responsible_qe field is disabled by default unless the is_hold_tag_required is clicked yes. The command button is disabled by default until a selection is made for responsible_qe.
The problem I am having is that this works intermittently. Sometimes I have to click yes on the is_hold_tag_required field and then re-select a name in the responsible_qe field and after doing that the command button will be enabled again.