Coleman984
Registered User.
- Local time
- Today, 05:04
- Joined
- Jul 28, 2011
- Messages
- 89
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 is the error.
The express you entered as a query parameter produce this error: 'The object doesn't contain the Automation object 'Criteria.''
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 is the error.
The express you entered as a query parameter produce this error: 'The object doesn't contain the Automation object 'Criteria.''