I have a question regarding the on current event of a subform.
My subform has 5 fields. Each field has an after update event, something like this (shortened):
Begin code
.....
....
me.dirty = false
Me.requery
....
.....
End code
When the after update event of a field is finished I would like to start the on current event of the subform. However, I am not getting this to work. The on current event of the subform only starts when I move to another record.
Any ideas?
My subform has 5 fields. Each field has an after update event, something like this (shortened):
Begin code
.....
....
me.dirty = false
Me.requery
....
.....
End code
When the after update event of a field is finished I would like to start the on current event of the subform. However, I am not getting this to work. The on current event of the subform only starts when I move to another record.
Any ideas?