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
IIS 7 - setting up the site with www.
Citrix not finding the license server
not seeing auto-recover version of a force-closed excel (2007) document
Sync Access database contacts with Exchange Contacts list
backup multiple DBs in script
vb.net Insert comma every 3 characters
To Lock my pendrive
Globally Hide Mouse after Inactive without using constantly running Timer Interval
Having issues converting Physical ISA server to Virtual Server
Ubuntu svn: Network connection closed unexpectedly