1. Create a query (or amend the existing one if the report's RecordSource is
already a query) which includes all the tables necessary for your report,
including the Employees table (or whatever its called) which contains the
employee names. Add the necessary columns (fields) from the tables in the
design grid, including the employee name column.
2. Open your report in design view and change the report's RecordSource
property to the name of the above query.
3. With the report still open in design view change the Name property of
the control which is currently showing the ID number to something like
txtEmployeeName, and change its ControlSource property to the name of the
employee name column from the Employees table.
Ken Sheridan
Stafford, England