This code might not work as Null is not the same as "". Null is unknown so you can't compare it to anything.
Code:
Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
me.linename.Visible = me.textboxname & "" > ""
End Sub
Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.