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
Generated contacts not showing up in distribution lists
How do I change my internal domain name to .local
Make screen captcher ralative to the form not the screen
Web-enabling reports?
SSIS 08 - Manifest Deploy Validation fails, can't access password.
PLEASE HELP-I Can't make changes to email settings in Outlook
What is X400 & X500 in Active directory.
System error &H8007008 (-2147024888) not enough storage available to rocess this command
Creating batch file
select item in listbox via VBA in form onload event