Hi,
I have 2 combo boxes.
When value in one is selescted – another should get disabled so value can’t be picked out of that one.
It is either – or!
So would this be valid? So far it is not working – giving me an error If without BlockIf etc…:
If ID_Name.Value = True Then BUSINESS_UNIT.Enabled = False
Else
If BUSINESS_UNIT.Value = True Then ID_Name.Enabled = False
End If
Thanks