soupisgood84
Technical User
Is there something wrong with my code?
I keep getting the wrong value on this function. I get the value that comes next on my list.
I also tried...
I keep getting the wrong value on this function. I get the value that comes next on my list.
Code:
=DLookUp("DepartmentName","tbl(dropdown)Departments","DepartmentNumber =" & "'" & [DepartmentNumber] & "'")
Code:
=DLookUp("DepartmentName","tbl(dropdown)Departments","DepartmentNumber =" & [DepartmentNumber])