In my experience, sometimes odd things like this happen. Have you tried
deleting the lable and control and dropping it back onto the form? You could
also, as a test, create a new form using the wizard and the same underlying
table or query. It might work.
Just a thought.
John
> I have just hit a very strange problem with a form in an Access 2003
> application. The 14 point text in some of my labels significantly degrades
[quoted text clipped - 10 lines]
>
> David
David Anderson - 11 Dec 2007 12:00 GMT
Hi Johnny,
I tried recreating one of the three misbehaving labels and it appeared to
work properly. Then I recreated the other two and all three began
misbehaving again. However, I had not removed the original failing versions
of these two labels - they were simply renamed. The strange thing is, the
original two now worked properly! The failure appeared to follow the labels
with specific names (AcceptanceThresholdLabel and QtyAcceptedLabel). If I
swap the names between the old and new versions of a given label then the
one with the original name is the one that fails. My code switches the
visibility of these labels on and off in response to certain user choices,
but there is nothing obviously unusual about my code.
The simple test form I referred to in my original post was indeed based on
the same underlying query and that worked fine. Recreating my whole form
from scratch is another possibility but this would be a lot of work. It's
actually a subform and potentially I would have to recreate the main form as
well.
Any other ideas for bypassing the internal corruption that I am assuming
exists within my form?
David
> In my experience, sometimes odd things like this happen. Have you tried
> deleting the lable and control and dropping it back onto the form? You
[quoted text clipped - 26 lines]
>>
>> David