In method VendTable.ValidateField() add a case to the switch:
case fieldNum(VendTable, NumberTest):
ret = VendGroup::Find(this.vendGroup).employee;
break;
But I must agree with Martin, please compile your code and fix errors before asking questions. That would make answering questions a lot easier, and won't look as sloppy.