P
per
According to the help documentation for Access 2002, a RecordExit event
should exist, but it is nowhere to be found! In Knowledge Base article
304139 Microsoft tries to show how to programmatically implement such an
event using the ADO programming model. However, what they show is a Record
Enter event since the current record when the event procedure is executed is
the target record and NOT the record one is leaving.
Does anybody know how to program a real "record exit event"?
should exist, but it is nowhere to be found! In Knowledge Base article
304139 Microsoft tries to show how to programmatically implement such an
event using the ADO programming model. However, what they show is a Record
Enter event since the current record when the event procedure is executed is
the target record and NOT the record one is leaving.
Does anybody know how to program a real "record exit event"?