Text boxes disappear then Reappear

E

Eddy

I have a couple of text boxes on a form that I am using as labels. When I
run the following code from a control on the form those text boxes
disappear, become not visible. When the code ends they appear again. The
text boxes are not referenced in the code anywhere, at all. Any thoughts on
why? I used to have unbound labels on the form but the data jumped when the
mouse was moved so I converted them to these text boxes.


If FIELD1 = "A" Then

intAnswer = MsgBox("Field 1 Can Not Be A. " _
& "Would you like to correct it?", vbYesNo +
vbCritical, _
"Invalid Field A")
End If

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top