Is there an Event for "+" or "-" of datasheet view?

T

Tom

I have Subform1 (datasheet view). Subform1 has also a subform
(subform2)... so I have the "+" symbol next to each record on Subform1.

I need to find out if I can add some events (e.g. requery controlbox) when
clicking on the "+" or "-" symbol.

So, my question is... does anyone know what the Event for the "+" or "-"
symbols are?
 
D

Dirk Goldgar

Tom said:
I have Subform1 (datasheet view). Subform1 has also a subform
(subform2)... so I have the "+" symbol next to each record on
Subform1.

I need to find out if I can add some events (e.g. requery controlbox)
when clicking on the "+" or "-" symbol.

So, my question is... does anyone know what the Event for the "+" or
"-" symbols are?

As far as I know, there is no event for this.
 
Top