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
Two Terminal Services (win 2003 server) questions.
status bar in MFC
The subscription(s) have been marked inactive and must be reinitialized
[MS-Word] Borders for Cells
Creating a memo field in an Access make-table query.
Slow Logon
Multiple COUNT functions using one SELECT
Microsoft, Office, 2007, Change User Menus & interfaces to English
Renumbering Primary key after delete
Printing via Terminal Services