Microsoft
Software
Hardware
Network
Question : In Access how can i have a value returned based on a value present.
I have a query with a field named "QTY" I would like the value present evaluated so if it equal to 31 or greater then the value returned would be "Y". But if less than 31 then return the actual value present.
Thank you.
Answer : In Access how can i have a value returned based on a value present.
Oops:
SELECT iif(qty<=31,qty,"Y") FROM myTable;
Random Solutions
How do I set the marquee text of the Logon Prompt screen saver for Default User?
Sql query returning different results each time it is run even though conditions are the same.
this exchange activesync server requires security features your phone does not support on Droid
Exchange 2007 - Test-SystemHealth (Upgrading servicepack 2)
How automatically doing Compact and Repair Database?
VBA Unload Startup Form
DSUM Mulitple Criteria
Can't access Windows XP shares from Windows 7 after a BIOS reset
How to resolve: wmic exception error code 0x80020009, failure in formatengine.cpp
Restore a full backup of a disktop?