G
Guest
On a continuous form, how do I detect that the row having focus has had one
or more controls' data changed? A procedure started by a command button
needs to know whether the row with focus has been changed by the user. This
is before the focus leaves the row so the before update event for the row has
not fired. It is after the before update events for a control would fire if
present. Is there a simple way to test the form for the update state of the
row with focus? I want to avoid a lot of VBA to collect the state change for
each control in before update events. I just want to know whether the before
and after update events will fire if the focus leaves the current row.
or more controls' data changed? A procedure started by a command button
needs to know whether the row with focus has been changed by the user. This
is before the focus leaves the row so the before update event for the row has
not fired. It is after the before update events for a control would fire if
present. Is there a simple way to test the form for the update state of the
row with focus? I want to avoid a lot of VBA to collect the state change for
each control in before update events. I just want to know whether the before
and after update events will fire if the focus leaves the current row.