Hi
Access2002/2007
WinXPPro SP3
I've a form with a tab control and 4 or 5 tabs. Each tab has a subform on it which is populated as its tab is clicked. This causes quite a lot of screen flicker as scroll bars and the like set themselves up.
Just wondered if anyone could advise the best main-form events to place me.painting=false and me.painting=true?
Some of the mousedown/keydowns don't fire and I think it's too late to put a False in the tab click (and, equally, too early to put the corresponding True at the end of it).
Any advice please? Thanks
Access2002/2007
WinXPPro SP3
I've a form with a tab control and 4 or 5 tabs. Each tab has a subform on it which is populated as its tab is clicked. This causes quite a lot of screen flicker as scroll bars and the like set themselves up.
Just wondered if anyone could advise the best main-form events to place me.painting=false and me.painting=true?
Some of the mousedown/keydowns don't fire and I think it's too late to put a False in the tab click (and, equally, too early to put the corresponding True at the end of it).
Any advice please? Thanks