adding events to form base on table

R

Roy Goldhammer

Hello there

I have subform which is bound to table an not to form

Is there a way to add events like OnDblClick to fields?
 
L

Lynn Trapp

Hello there

I have subform which is bound to table an not to form

Is there a way to add events like OnDblClick to fields?

OnDblClick IS an event on each of your form fields. You can add
whatever code you need to that event.
 
Top