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 can i put a username and password of ms access dtabase?
cannot see some workgroup computers
WinMgmt errors in event log, started after applying latest updates
what is the difference between utf-8 or utf-7 both are unicode
Mailbox is missing after moving from Exchange 2003 to Exchange 2007
Add/Remove programs display has large gap in listling ?
How do I replace #N/A if it is returned in a formula? (not Vlookup)
What workarounds are available to paste an image into a sharepoint list form
UNC Share as an IIS Virtuial Directory
How do I return multiple files in Excel VBA using GetOpenFilename?