It sounds as though there will only ever be a single employee associated with the table. If this is not the case, then you really should repeat the employee field within the table... otherwise how do you know which employee each row is associated with?
If only a single employee is associated with all rows in the table, the you could do a schema structure like this:
Table
Employee
Rows
Row
Test
TestDate
Status
Then when you design the view, just place the employee text box immediately above the table, or somewhere like that.