Thank you for this reply - I will take a look at this and give it a try.
I have tried this but am getting a runtime error 424 - object required on the textbox exit code
Private Sub rm_ref_no_Exit(Cancel As Integer)
lblLabel.Visible = SetVis(txtText)
End Sub
Have I done something wrong
thanks
Many thanks for your replies. I like the idea of scrapping the label and putting a prompt in the text box. will give this a try. How do you put a prompt in a textbox. Have found out how to do that using the @: in the format field however some of my fields are already using the formatting, eg...
Hi I don't know if what I want is possible but here goes.
I have a large form and would like to save space by placing labels behind text boxes (I know how to do this part) however it is the next part that I really need help with.
I attach an image with a test form showing what I currently...