Anone noticed this odd behavior?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with a tabbed control, one tab of which contains a listbox with
a set of column headings in the form of labels.
This tab contains custom navigation buttons which enable paging through
records one at a time.
Well, when I intially display this tab, my column headings look normal, but
each time I click the navigation control to move forward through the records,
the column headings get progressively darker - almost like another heading is
being overlaid on top. Nothing else on the screen is affected in this way,
only this one set of labels.
I'm using Access 2003 SP2
 
Try changing them to Textboxes.
There is an often taked about problem with screen redraws on tab controls
and this seems to clear it up for the most part.

You may also notice that labels (especially unattached labels) cause the Tab
control to flicker when the mouse moves over them... it should sort that out
too.

Steve
 
Back
Top