Hi everybody. Here is another problem I cannot find the solution.
I have a form with subform. In datasheet view, the subform related to current record can be expanded as subdatasheet by clicking on the "+" sign.
So the question is how to expand SINGLE subform from VB code.
Note that SubdatasheetExp anded form property doesn't help here, since it affects ALL the subforms in current datasheet view.
I have a form with subform. In datasheet view, the subform related to current record can be expanded as subdatasheet by clicking on the "+" sign.
So the question is how to expand SINGLE subform from VB code.
Note that SubdatasheetExp anded form property doesn't help here, since it affects ALL the subforms in current datasheet view.
Comment