C
Commish
Good Morning All.
Here's where I am at... I have a MAIN form, with Tab controls, and
more tab controls within the tabs.
For example, In the "League Office" tab, I have tabs within it:
"Teams", "Auction Results", and "Standings"
When I update records on other forms - the information in the League
Office tabs does not update. OK, I can click on the Refresh All button
and that works, but, if I could make an OnClick event on the tab, that
would be better - it would update each time I look at that tab. Right
now, my code looks like this - it doesn't error out, but I'm not sure
that it runs as the data doesn't refresh in the tabs.
Private Sub Page69_Click()
Me!frm11_LeagueOffice.Requery
End Sub
The frm11_LeagueOffice is the form on the tab, and there are three
tabs within that tab. Should I be requery-ing the parent tab, or the
children tabs? Should I be requerying the query or the form?
Thanks
Here's where I am at... I have a MAIN form, with Tab controls, and
more tab controls within the tabs.
For example, In the "League Office" tab, I have tabs within it:
"Teams", "Auction Results", and "Standings"
When I update records on other forms - the information in the League
Office tabs does not update. OK, I can click on the Refresh All button
and that works, but, if I could make an OnClick event on the tab, that
would be better - it would update each time I look at that tab. Right
now, my code looks like this - it doesn't error out, but I'm not sure
that it runs as the data doesn't refresh in the tabs.
Private Sub Page69_Click()
Me!frm11_LeagueOffice.Requery
End Sub
The frm11_LeagueOffice is the form on the tab, and there are three
tabs within that tab. Should I be requery-ing the parent tab, or the
children tabs? Should I be requerying the query or the form?
Thanks