- Local time
- Today, 13:50
- Joined
- Aug 30, 2003
- Messages
- 36,270
Is this a continuous forms showing all the items, or some sort of unbound thing? If a bound continuous form, the code you posted might work. The form references would point to the selected record.
If not, I would probably pass the key field of the changed item, and update the table itself in the function rather than the form, then requery the form.
If not, I would probably pass the key field of the changed item, and update the table itself in the function rather than the form, then requery the form.