G
Guest
I have a bound form with 3 text fields and a subform on a Tab control. When
the user moves from one of the text fields to the subform, I trap the
BeforeUpdate event and cancel it because I do not want the data updated
until the user either presses the Save button, exits the form or Tabs to
another page. When I cancel the event, however, the focus doesn't move to
the field in the subform that the user clicked. How do I get around this?
Is there some property that will tell me which field the user selected so I
can set focus after canceling the update event?
the user moves from one of the text fields to the subform, I trap the
BeforeUpdate event and cancel it because I do not want the data updated
until the user either presses the Save button, exits the form or Tabs to
another page. When I cancel the event, however, the focus doesn't move to
the field in the subform that the user clicked. How do I get around this?
Is there some property that will tell me which field the user selected so I
can set focus after canceling the update event?