Hi! I want to enable/disable a checkbox based on the value of a combobox. More specifically, if the combobox values are "3", "4", "7" or "8", then the checkbox is enabled.
I placed the following code in my combobox's AfterUpdate and in the form's OnCurrent, and it works:
If COMBO = "3" Then...