I have written the code to update a check box in a db based on the input of a certain field on a form. This works ok the problem I have is if the field is changed back the check box does not change based on the data that was in the field before the change. It seams that the data is changed before the code to change the check box back is red. I have tried the before update to change the checkbox back and the after update to change the checkbox to the current state. If I use a second bound text box that this field updates with its data I can use that field to change the checkbox back but it wont work if I make it unbound and I don't need a field in my db that is unnecessary. Any thoughts on how to do this
Thanks
Kevin
Thanks
Kevin