B
Bob
I want this text box not to show this unless tbDirectBank has data in it!
--
=UCase(Left(Nz(DLookUp("[OwnerLastName]","tblOwnerInfo","[OwnerID] = " &
[tbOwnerID] & ""),""),3)) if tbDirectBank is Null show ""
Thanks for any help on this......Bob
--
=UCase(Left(Nz(DLookUp("[OwnerLastName]","tblOwnerInfo","[OwnerID] = " &
[tbOwnerID] & ""),""),3)) if tbDirectBank is Null show ""
Thanks for any help on this......Bob