G Guest Sep 15, 2004 #1 Which is the best event to trap when a user cycles through records in a database using a form/ sub form combination
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 Sep 15, 2004 #2 The Current event fires whenever a form moves record. The subform has its own Current event.