I have a continuous form that displays a variety of fields. I only want a checkbox to be enabled if certain criteria in the data fields are met. I need the checkbox to be either enabled or disabled as soon as the form loads (ie: there is no event that triggers this other than loading the form). I have tried using the OnCurrent event but it is not working like I need it to (it is enabling/disabling the checkbox for all items). Any ideas?