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
Working with Legacy Systems and Users (Database Design)
Can't get twoASA 5505's VPNd
Delphi Read huge files into an ansistring chunks
Password Protect Folder
user equivalence check failed for user "oracle"
Replace ButtonClickEvent with RadWindow Close (ASP.NET, C#, Telerik RadControls)
query with join on three tables and count in postgresql, how to do it ?
alpha towards the end of the stage
SQL reporting services error in sharepoint integrated mode. Shared data source not valid
cisco 4500 connect to red hat 5.5 linux pc