B
Bob
--
Can I add to this to make all the 3 letters uppercase?...Thanx Bob
=Left(Nz(DLookUp("[OwnerLastName]","tblOwnerInfo","[OwnerID] = " &
[tbOwnerID] & ""),""),3)
Can I add to this to make all the 3 letters uppercase?...Thanx Bob
=Left(Nz(DLookUp("[OwnerLastName]","tblOwnerInfo","[OwnerID] = " &
[tbOwnerID] & ""),""),3)