I'm new to access and have little idea how to lookup a name from an employee ID.
Below is the formula I'm trying but it is erroring out and I don't know how to fix it.
Can anyone help?
Employee Name: DLookUp("txtFName","tblEmployee","Criteria =" & [tblEmployeeAttendance.fkEmployeeID])
Below...