Am experiencing some odd behavior with an Access 2002 form. I added a textbox to the form. The Control Source is: ="Hello World" (Just an example; doesn't matter what I put there.) When the form loads, this textbox is nowhere in sight. But if I click with the mouse where the textbox is located, the text suddenly appears. Can anyone tell me WHY this is happening?
I have worked around it by adding code to the form's On Load event to set focus to this textbox. That, of course, makes the text appear in reverse video. To remedy that, I added code to then set the focus to the Close button on this form. These gyrations should not be necessary. Thank you.
I have worked around it by adding code to the form's On Load event to set focus to this textbox. That, of course, makes the text appear in reverse video. To remedy that, I added code to then set the focus to the Close button on this form. These gyrations should not be necessary. Thank you.