G
Guest
I have a form called "Log In Sheet" the table that this form is linked to is
the tblloginsheet. One field in the sheet is [EmployeeID] it has a
relationship to my tblemployees. I want to place an unbound text box in the
"Log In Sheet" that will detect the [EmployeeID] and journal the [LastName]
for the employee under that ID and place the correct name in the unbound text
box.
Table One Table Two
tblemployee tblLoginsheet
EmployeeID = EmployeeID
Unbound = LastName (of the specified EmployeeID)
I am having difficulties in setting the criteria..
Thanks in advance
the tblloginsheet. One field in the sheet is [EmployeeID] it has a
relationship to my tblemployees. I want to place an unbound text box in the
"Log In Sheet" that will detect the [EmployeeID] and journal the [LastName]
for the employee under that ID and place the correct name in the unbound text
box.
Table One Table Two
tblemployee tblLoginsheet
EmployeeID = EmployeeID
Unbound = LastName (of the specified EmployeeID)
I am having difficulties in setting the criteria..
Thanks in advance