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
RUNAS ERROR: Unable to acquire user password
Registering DLL in Win95
How to change SQL 2008 reporting services from native mode to sharepoint integrated mode
cannot apply default email address policy
How to modify a field length on Live Database SQL Server 2008 - Error Message "Saving Changes is not permitted..."
What is the most liklely cause of a numeric field overflow error
Combo/List box in Table
How do I execute an sql script via the command prompt?
Open a new page in a Maximized window.
Render and send SSRS report Via SSIS