Record selectors

S

smk23

Can I put code on a record selector so that when the user selects, they can
go directly somewhere?

Thanks so much
 
S

Steve Schapel

Smk23,

You can use the On Click event property of the Form, and your code will
be executed when the user clicks on the record selector.
 
Top