Microsoft
Software
Hardware
Network
Question : Mofify the query
I have 5 fields:
Status, Date0, Date1, Date2, Date3
Depends on status, there is a Date Associated with that.
Like
If Status=0 then Date0
Elseif Status=1 then Date1
Elseif Status=2 then Date2
else
Date4
End if
How to use iif syntax to replace that
Answer : Mofify the query
IIf([status]=0,[Date0],IIf
([status]=
1,[Date1],
IIf([statu
s]=2,[Date
2],[Date3]
)))
OM Gang
Random Solutions
Determine MIME types for files in php
PHP String Concatenation Help
security issue in login application: a logged in user is able to edit her or his own profile
load a php file...
htaccess rewrite
How to redirect requests to a particular web site to a local server?
Excel - VBA text formatting
Unattended Windows 7 Installation answer file not working
WMIC Get Make, Model and Serial Number
Session Timeout during Session