I have a form called fhd2_Help_Desk. I want to put a check box on it that when checked it will update another field and if unchecked to update that field with a different value.
I added a check box called Critical and the control source is a field called critical. It is a yes/no field and the default value is false. Then on the same form is a field called Priority with it default value set at "Normal". If a user checks Critical I want to change the value of Priority to HIGH. If the critical chack box is unchecked then I want the value of priority to change back to Normal.
My problem is that on the on click property I set it to run a macro to change Priority to HIGH. But if unchecked it runs the same macro and the Priority stays set to High.
Thanks for any help anyone can give me.
I added a check box called Critical and the control source is a field called critical. It is a yes/no field and the default value is false. Then on the same form is a field called Priority with it default value set at "Normal". If a user checks Critical I want to change the value of Priority to HIGH. If the critical chack box is unchecked then I want the value of priority to change back to Normal.
My problem is that on the on click property I set it to run a macro to change Priority to HIGH. But if unchecked it runs the same macro and the Priority stays set to High.
Thanks for any help anyone can give me.