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
dhcp migration
Export SQL Report without Report viewer
export gridvie to exle
SonicWall vpn client v2.2.2.210 not working in windows 7
FTP from Access 2000?
Query Date/Time from Access
How to read field names from an XSD file.
Concatenate in Query with Leading Zero
How do I create a DLL for my VB.NET 2008 application?
"Edit Page" is disabled in SharePoint