C
Charess
I have a form called frmEmployee Details, in which I would like to have the
details populate off of employee name(this will include their first & last
name) which is included in a table that has all the employee details called
tblEmployee_Lookup. When I try this with the following formula I get an error:
=DLookUp("[Big6]","tblEmployee_Lookup","[Name]= " &
Forms!frmEmployee_Details!Name)
However, when I based the formula on the employee id number it works. I know
that it is better to use a unique number than name, but this database is for
a particular set of users that need to have it be based off the employee's
name. Any advice?
Thank you.
Charess
details populate off of employee name(this will include their first & last
name) which is included in a table that has all the employee details called
tblEmployee_Lookup. When I try this with the following formula I get an error:
=DLookUp("[Big6]","tblEmployee_Lookup","[Name]= " &
Forms!frmEmployee_Details!Name)
However, when I based the formula on the employee id number it works. I know
that it is better to use a unique number than name, but this database is for
a particular set of users that need to have it be based off the employee's
name. Any advice?
Thank you.
Charess