Text box missing

N

Nbene

Hi All,

i havea simple question here... I am hoping anyway...

I have a text box on a form which displays the concatenation of First
and Surname,

=[FirstName] & " " & [Surname]

This is all fine, however, i have a button which creates a letter from
the contact on the same form, when Word opens up and puts on the
details on the word document and i return to the application the text
box with the name disappears, however when i put my mouse over it it
reappears.

There is no event procedure on Lost or got focus or mouse over etc.

truly bizarre.

Any ideas??

Thanks
 
M

Maurice

If you are using Acc2003 it can be a painting issue. I had the same trouble
with a self made progressbar which worked fine as long as I kept my mouse
moving but when i stopped moving the mouse the progressbar stopped as well
(while the process continued as it should). So nothing new under the sun here
I guess. Any sr's installed?
 
Top