Microsoft
Software
Hardware
Network
Question : How to hide a value in the report
hello experts,
How i can hide a value in the report.
for example:
if the Date has a value of : 29/01/2010 the remarks fields should show : ACC
but if the Date has blank the remarks will also be blank
can you please help me.
Thanks
Czher
Answer : How to hide a value in the report
In your remark field you can put:
IIf([Datefield] is Null,"","ACC")
This will give you "ACC" in the remark field whenever the date field is not blank. If is Null does not work, you can also try ="" .
Flyster
Random Solutions
CSocket object in thread
Exchage Error SPAM question.
Compiled code in md*B* vs md*E* ?
Sharing workbook lock for editing
exchange 2007 sending emails
How to limit the memory usage of a VB.NET process in Win Server 2008
Dragging ReportViewer in VS2005 generates a 'protected memory' and an 'Invalid FORMATETC' error.
SQL - Date calulation from current date
VBA - Multiple outputs from one function
Number of days between two dates