M
mike via AccessMonster.com
Hi,
How can i query a table that will select only for those two tields are not
equal.
ex.
Table1
stockno description field1 field2
1 tools 40 30
2 box 30 60
3 paper 20 10
4 towel 15 15
I want my query result to display only the stockno 1,2 & 3 'coz those are not
equal in field1 & field2.
How can i query a table that will select only for those two tields are not
equal.
ex.
Table1
stockno description field1 field2
1 tools 40 30
2 box 30 60
3 paper 20 10
4 towel 15 15
I want my query result to display only the stockno 1,2 & 3 'coz those are not
equal in field1 & field2.