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
Changing default View in Outlook and Word 2007
How to forward all https request by using one isp line
Compiler Error Message: CS1012: Too many characters in character literal
CAST DATETIME2 to DATETIME
MAC Address OF PDA Barcode Reader Motorola MC9090
SQL Server Agent is not getting started
Access 2007 Adp Terminal Server Memory Bloat
How to count repeated row in an Excel worksheet
recover log file
How to Deploy MS Access Application so multiple offsite users can update simultaneously