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
Outlook 2007 won't connect to my Exchange 2010 server using Outlook Anywhere
Toolbars and menu bar not visable after restore
WinXP Offline Files - Disaster Recovery
How do you show deadlocks in SQL Server 2008?
Getting a First Chance Exception when trying to add a record to access with VB.NET
event id 1073 user unable to restart
Modify outgoing messages in Outlook with a VB add-in
How do I get the time only from a SQL datetime value?
Error # 429: ActiveX component can't create object by db1 when sending automatic email
Click a button from another button from a subform