Microsoft
Software
Hardware
Network
Question : expression questions
hi
is it a way i can say
=iif(Fields!state.Value in ("NY",NJj" ,"CT"), "Tri-State", Fields!state.Value )
thanks
Answer : expression questions
You can do it like this:
=iif(Fields!CustomerState.
Value = "NY", "Tri-State", iif(Fields!CustomerState.V
alue = "CT", "Tri-State",iif(Fields!Cus
tomerState
.Value = "NJ", "Tri-State", Fields!CustomerState.Value
)))
Random Solutions
Moving Data into Access directly
Outlook 2007 Auto-Complete (.nk2)
PHP/MySQL hyperlink to view specific record (on new page) from table of records from database
setting up port monitoring on a Dell PowerConnect switch
flash as3
Crashed Exchange Server Restoration
button vanish?
Easy DHTML Question. mouseonover effect examples.
mailto hyperlink with multiple links on multiple lines
How to rebuild all indexes in SQL DB