Hi, I have the txtBoxes under the "Test Performed by:" where i'd like to show the names of the Operators that have done this Test.
I did Use this code
"=Nz(DLookUp("[tblOperators]![UserName]& '
' & [tblOperators]![Position] &'
' & [tblOperators]![Company] ","tblOperators","Initials='" &...