K
Kent J
Hi all,
I have diagram on a subform and I want the diagram to be updated when I
click on the Tab. Something like:
========================================
Private Sub Diagram_1_Click()
Forms![FrmGrund1]![FrmDiagram].Requery
End Sub
========================================
What have I missed?
Kent J.
I have diagram on a subform and I want the diagram to be updated when I
click on the Tab. Something like:
========================================
Private Sub Diagram_1_Click()
Forms![FrmGrund1]![FrmDiagram].Requery
End Sub
========================================
What have I missed?
Kent J.