Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Exclude Zero Values in Query

$
0
0
To simplify my scenario, I have an Access Database process that imports data. It then subtracts Field-1 from Field-2 and returns the results in Field-3.
I would like to view all positive and negative results and exclude all $0.00 values in my Query. For some reason, I still get $0.00 return values when using the expression <> 0.

I've tried various reformatting combinations for Field-1, Field-2 and Field-3 in my Table (i.e. [Integer, Double, Single], [Standard, Currency], [two decimal places]).

I would greatly appreciate any assistance with this problem.

Thx -Tim

Viewing all articles
Browse latest Browse all 13329

Trending Articles