Form events

A

AAA

Which is the best event to trap when a user cycles through records in a
database using a form/ sub form combination
 
A

Allen Browne

The Current event fires whenever a form moves record.

The subform has its own Current event.
 
Top