Hi Guys,
I have a problem, for you guys sure not a problem but for its now a big problem.
There are 7 Fields in a table of a linked database. I have to sort them according to EmployNr
such like
EmpNr EmpName EmpAdd etc.....
23
23
23
23
24
24
24
25
25
25
52
52
52
75
75
75
75
76
The related information in other fields is same according to each EmpNr.
I am trying to sort it out this table such like..... as the same EmpNr is
appearing with same related fields information.So It should come just once with
related fields
like
EmpNr EmpName EmpAdd etc.......
23
24
25
52
75
76
Also, i cannt assign it as Primary key.I have tried to solve it by Group By but in vain. I have to use here some extra queries..........
Anyone can help me ? I will be thankfull