Move to another rec event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way (enent) to truck the move to another record inside a continuous form
No matter in which field of the other record I move first

Thanks in advanc
Pantelis
 
The Current event fires when focus moves to a record, making it the current
record, or when the form is refreshed or requeried.

There is no event that fires *before* focus leaves a record (though many
would like such an event). However there are ways of trapping the record
navigation so you can slip in whatever code you need to run before record
navigation occurs. Here is one way - there are others, post back if you need
more ideas.

ACC2002: How to Programmatically Implement a RecordExit Event
http://support.microsoft.com/default.aspx?scid=kb;en-us;304139&Product=acc2002
 
Back
Top