ariel20029
Board Regular
- Joined
- Jun 20, 2013
- Messages
- 97
Hi,
I have a simple formula in an access query that is returning -1 instead of 10000000. Can you take a look at the formula and let me know what I am doing wrong. Its basically supposed to return 10000000 if greater than 25000 or less than -25000
RESEARCH: IIf([Change Unit Price]>=25000,10000000,0) Or (IIf([Change Unit Price]<=-25000,10000000,0))
thanks so much for your help.
Sharon
I have a simple formula in an access query that is returning -1 instead of 10000000. Can you take a look at the formula and let me know what I am doing wrong. Its basically supposed to return 10000000 if greater than 25000 or less than -25000
RESEARCH: IIf([Change Unit Price]>=25000,10000000,0) Or (IIf([Change Unit Price]<=-25000,10000000,0))
thanks so much for your help.
Sharon