I have a specification database that collects size information of a given product. Sizes can be entered as an integer into min / max fields, or they can be classified as "Varies" with a yes/no checkbox. On my form, I'd like to disable the min / max fields when the Varies check box is clicked and set to yes, and I'd like to re-enable them if the checkbox is later clicked to no. I'd also like for the enabling / disabeling to happen when the form loads so that when a record is pulled up the fields are disabeled if the records "Varies" value is set to True.
Do I need to set my code up to run based on the "onclick" event of the check box and the "onCurrent" event of the form? is it possible to set it up in only one place?
Thanks!
Do I need to set my code up to run based on the "onclick" event of the check box and the "onCurrent" event of the form? is it possible to set it up in only one place?
Thanks!