Moving for Tab to Tab

M

Marco

Hi everyone
I have a DB with 5 tabs. The information doesn't seem to update from
tab to tab for me. I had to place a button on the top of the form that
I need to click to refresh the information from one tab to another. Is
there an event that I can place on the ONCLICK for the tab to refresh
the information. Like a Me.refresh?

Best REgards
Marco
www.classactinsurance.com
 
W

Wayne Morgan

The Change event of the tab control fires when you go from tab to tab. You
could place the code you have in the button into the Change event to have it
run automatically when you change tabs.
 
M

Marco

Thank you... I was select the individual tab and not the entire tab
object. Once I did that I placed a me.refresh and it works great.

thank you thank you
 
Top