If I did this stuff more than once a year I would not need to ask such elementary questions:
I have a subform listing records and the only field in each record that is enabled is a check box. I also have a list box on the form that will show a summary of the selected records in the subform. In the afterUpdate event for the subform I am requerying the list box.. My problem is that the current record is not updated until the user clicks on the next check box. This causes the list box to always be one record behind.
How can I have the record saved as soon as the check box is checked?
Start Free Trial