PLEASE HELP ITS URGENT
i created a query using 5 different tables all tables are linked to table1
1 person can have more than 1 qualification and more than 1 different type of exp and more that 1 industry exp and only 1 medical exp date
table1
surname
name
table2 -
qualification
expiry date
table3
type of exp
table4
industry exp
yrs of exp
when i run the query all the information show as it should BUT the problem is information is duplicated like:
Smith Joe PT1 NDT exp 4 yrs FAC 16/01/2016
Smith Joe MT2 Insp exp 1 yr DB 16/01/2016
Smith Joe PT1 NDT exp 4 yrs LB 16/01/2016
If say for instance the employee has 4 qualifications everything is repeated, how do I get my query to look like this
Smith Joe PT1 NDT exp 4yrs FAC 16/01/2015
MT2 Insp exp 1yr DB
LB
Basically remove repeats