i have a query which contains two tables linked with table1 and table2
table1 ( table name )
suppliers( field name ) months( another field name in table1 )
asd101xyz jan
asd101xyz jul
asd102xyz jan
asd103xyz jan
table2 ( table name )
suppliers( field name )
asd101xyz
asd102xyz
asd103xyz
both are linked as join properties "suppliers"
few records are repeated because some records have same number but "months " field value is different in table1 i dont want the suppliers to sort on suppliers and months filed so that the record will not duplicate or repeat
can any one help me how to do
table1 ( table name )
suppliers( field name ) months( another field name in table1 )
asd101xyz jan
asd101xyz jul
asd102xyz jan
asd103xyz jan
table2 ( table name )
suppliers( field name )
asd101xyz
asd102xyz
asd103xyz
both are linked as join properties "suppliers"
few records are repeated because some records have same number but "months " field value is different in table1 i dont want the suppliers to sort on suppliers and months filed so that the record will not duplicate or repeat
can any one help me how to do