Screen Fluttering

P

Playa

When I scroll up or down on my form all the labels and text boxes flutter
really bad and it is very hard on the eyes. Anyway to elminate through code
or a property?

Thanks in Advance.
 
A

Allen Browne

This is a bug in Access 2003 when run on Windows XP with themes enabled.

You can disable themes by right-clicking the Windows desktop, and choosing
Windows Classic under themes.

Alternatively you can convert all the unattached labels to text boxes if
their parent is the tab control. There is some code in this link to find and
convert affected labels for you:
Flicker with tab controls
at:
http://members.iinet.net.au/~allenbrowne/ser-46.html
 
S

Stu Henning

This problem is not limited to XP and its themes. We are running Windows 2000
with Microsoft Office 2003 and the same flickering or fluttering problem
occurs.
 
S

Stu Henning

No, I'm not using conditional formatting and after eliminating all unattached
labels on the form with tab control the flickering was eliminated.
 
D

Dirk Goldgar

Stu Henning said:
No, I'm not using conditional formatting and after eliminating all
unattached labels on the form with tab control the flickering was
eliminated.

I've heard something about this as an A2K3 bug, probably from Allen
Browne, but don't remember the details. I'm glad you solved it.
 
Top