Design view and form view text is different??

T

Tammy F

The last words in my text box look different between the 2 views. What is
causing this? I typed button in the text box in design view... when I look at
it in form view it says buttoon. I then added more text and button was right,
but then I typed temp and it shows teem. What is going on??
 
M

missinglinq via AccessMonster.com

That's a very good question, since what appears in a textbox in Form View is
the data and what appears in a textox in Design is either "unbound" or the
Control Source for the textbox, not what's been typed into it! Are you
perhaps confused, and not talking about a textbox but rather a label?
 
T

Tammy F

I am talking about a label. I knew that... wrote it wrong. I fixed it by
adding a soft return. Don't know what it's problem is though.
 
Top