Have a from with checkboxes the checkbox control source for each checkbox is linked to a field in a table.
When the user clicks the checkbox I need to update another field in the data table to reflect the change. I will read the .t. or .f. linked field in the table. The question is where should I put the code to update the other field. If I put it in the click method I dont know if the code runs first or if the logical linked field gets set first.
When the user clicks the checkbox I need to update another field in the data table to reflect the change. I will read the .t. or .f. linked field in the table. The question is where should I put the code to update the other field. If I put it in the click method I dont know if the code runs first or if the logical linked field gets set first.