Thursday 30 November 2006 8:25:52 am
My class has the following attributes: Class: Dept
Dept_Name Dept_Emp (Matrix of one col)
Dept Name: FIN Dept_Emp->Matrix= (Joe, Mike, Jack)
Dept_Name: HR Dept_Emp->Matrix=(John, Jeff, Suzan) How can I fetch only the employees names then display them regardless if there are duplicate names or not.
|