G
Guest
Yes, you just need to get the syntax right:
=DLookUp("[EmpFirstName]& ' ' & [EmpLastName]","tblEmployees","EmployeeID =
" & [Forms]![frmReportDates]![TxtManID])
Your original code indicates EmployeeID is a numeric field. If so, the code
above should be correct.
=DLookUp("[EmpFirstName]& ' ' & [EmpLastName]","tblEmployees","EmployeeID =
" & [Forms]![frmReportDates]![TxtManID])
Your original code indicates EmployeeID is a numeric field. If so, the code
above should be correct.