A
alhotch
I have a table of EMPLOYESS (tblEmployees). Fields are EmployeeID; FirstName;
LastName. I have another table of ACTIVITIES (tblActivities). One of the
fileds in the tblActivities table is PersonID which contains the number of
the EmployeeID in the tblEmployees table.
I want the resulting "match" between the [tblActivities.PersonID] and
[tblEmployees.EmployeeID to populate a Text Box with the results of this
"equal compare" AND INCLUDE the FirstName and LastName fields.
I am lost as to how to do this.
LastName. I have another table of ACTIVITIES (tblActivities). One of the
fileds in the tblActivities table is PersonID which contains the number of
the EmployeeID in the tblEmployees table.
I want the resulting "match" between the [tblActivities.PersonID] and
[tblEmployees.EmployeeID to populate a Text Box with the results of this
"equal compare" AND INCLUDE the FirstName and LastName fields.
I am lost as to how to do this.