I have a form with a bunch of check boxes. When the user selects the checkbox, another form opens, and they fill in info. What I am looking to do is...when the user deletes the record on the second form and control passes back to the calling form, I want the checkbox to remove the check.
What happens now is when they come back to the main form after deleting records, the check box still has the check in it. Can I set the value to 0 and refresh the form...or is there a better way....
Thanks
What happens now is when they come back to the main form after deleting records, the check box still has the check in it. Can I set the value to 0 and refresh the form...or is there a better way....
Thanks