K
Kent Johnson
Hi all,
I have a tabcontrol on a form and I would like my SubForm to be requery when
I click on a tab.
Something like:
=========================
Sub Tab_click
Forms!MainForm![SubForm].Requery
End Sub
=========================
I have tried this but nothing happens- not even a errormessage.
/Kent J.
I have a tabcontrol on a form and I would like my SubForm to be requery when
I click on a tab.
Something like:
=========================
Sub Tab_click
Forms!MainForm![SubForm].Requery
End Sub
=========================
I have tried this but nothing happens- not even a errormessage.
/Kent J.