Hi,
I have a subform in datasheet layout embedded in the main form.I want to invoke a procedure on the double click of each record in the subform.Is there a away by which I can achieve this?Is there a way by which I can fire the double click event of Detail section of the subform from the main form?I can't find this event.
As of now,I am invoking the procedure in the Form_DblClick event of the subform.But this invokes the procedure when I double click on any part of the subform.I want to invoke it only on the double click of records in the subform.Pls help.
I don't want to open the subform in a new window.It is embedded in the main form.
Thanks,
Savita
I have a subform in datasheet layout embedded in the main form.I want to invoke a procedure on the double click of each record in the subform.Is there a away by which I can achieve this?Is there a way by which I can fire the double click event of Detail section of the subform from the main form?I can't find this event.
As of now,I am invoking the procedure in the Form_DblClick event of the subform.But this invokes the procedure when I double click on any part of the subform.I want to invoke it only on the double click of records in the subform.Pls help.
I don't want to open the subform in a new window.It is embedded in the main form.
Thanks,
Savita
Last edited: