hi

we have to table named "tmpteacher" and "tmpteacher1" .we have to get record which is not common in both table.the query which we trying is :
SELECT tmpteacher1.* FROM tmpteacher INNER JOIN tmpteacher1 ON (tmpteacher.tc<> tmpteacher1.tc);
for = to condition its working.for <> not working .
we are running this query in ms access .
Please suggest possible answer:(