Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem working with asterisks

Status
Not open for further replies.

mhdragon17

Technical User
Joined
Apr 11, 2005
Messages
5
Location
US
this is more a visual studio question, but i figured someone would be able to answer it...
what is wrong with this
=IIF ( Fields!AttendanceCode.Value = "\*" OR Fields!AttendanceCode.Value = "P", "Normal", "Bold")

Somebody decided to use an asterisk in the database to make it a little more difficult to work with, and my report still shows it to be bold. Am i doing the syntax wrong?
 
oh yeah ive tried to put them in brackets and that didnt work
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top