C
Christine Imbeault
Hi,
Access 2000
My table1
Name of fields =a
1
2
3
5
My table2
Name of fields =b
1
2
3
I create a query for have difference of two tables.
My query is:
SELECT [Table1].[a]
FROM Table1 INNER JOIN table2 ON [Table1].[a]=[table2].
WHERE a<>b;
My response is nothing but i want 5 as response
Access 2000
My table1
Name of fields =a
1
2
3
5
My table2
Name of fields =b
1
2
3
I create a query for have difference of two tables.
My query is:
SELECT [Table1].[a]
FROM Table1 INNER JOIN table2 ON [Table1].[a]=[table2].
WHERE a<>b;
My response is nothing but i want 5 as response