A
Alex
I have two amount fields in a table e.g.
Amount 1 Amount 2
10 10
20 50
30 30
40 60
I want to be able to run a query that displays only those
records where Amount 2 is different to Amount 1. From the
example above I would expect to see the result;
Amount 2
50
60
Is this possible?
Amount 1 Amount 2
10 10
20 50
30 30
40 60
I want to be able to run a query that displays only those
records where Amount 2 is different to Amount 1. From the
example above I would expect to see the result;
Amount 2
50
60
Is this possible?