J
jonmarcr
From two tables I run a query which gives me, for example:
RecNo Name Add1 Type
1 Joe A Plumber
1 Joe A Plumber
2 Fred B Electrician
3 Jim C Plasterer
3 Jim C Plasterer
The RecNo is common to both tables
The Name and Add1 come from Table1
The Type comes from Table2
I need to remove the repeated lines
Thanks!
RecNo Name Add1 Type
1 Joe A Plumber
1 Joe A Plumber
2 Fred B Electrician
3 Jim C Plasterer
3 Jim C Plasterer
The RecNo is common to both tables
The Name and Add1 come from Table1
The Type comes from Table2
I need to remove the repeated lines
Thanks!