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
Change Paper Source in DOCX
Another interesting excel - add concatenate to vlookup
WSAEventSelect returns err WSAENOTSOCK
How to assign router metric using DHCP and two routers on Win2K Server?
WSUS 3.0 SP2 - Specify intranet Microsoft update service location
calculating moving average
sbs2003
IIS Start call function
MS Access 2000 not able to find advapi32.dll file but it is in the windows/system32 file.
SSIS package : error handling