lozzablake
Well-known Member
- Joined
- Dec 15, 2005
- Messages
- 818
I have, what I thought, was a very simple table and a form bound to this. When a user opens the form it displays all the records in the table. Only one of the fields can be edited (records cannot be added or deleted). This field is a yes/no field and the user checks those records that need to be deleted.
When finished the user clicks a command button which then does some validation before proceeding to the rest of the code. In testing, I have noticed that the last check box to be changed does not seem to get updated in the underlying table. So if there are three records and you check all the records, the underlying table only shows updates to two of the records and not to the last one to be checked. I thought that as soon as focus was switched to the command button the underlying would record would be updated.
Am I missing something?
thanks
When finished the user clicks a command button which then does some validation before proceeding to the rest of the code. In testing, I have noticed that the last check box to be changed does not seem to get updated in the underlying table. So if there are three records and you check all the records, the underlying table only shows updates to two of the records and not to the last one to be checked. I thought that as soon as focus was switched to the command button the underlying would record would be updated.
Am I missing something?
thanks