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
Can't connect to SQL server 2008 (error 40 could not open a connection to the SQL Server)
MS Outlook and Amicus Atorney
VB.Net - BulkCopy Excel to SQL...works, but funky
IIS 7 Enable Details Error messages remotely
Calculate working date & time using one date
How do I build a query with date ranges surrounding the current date?
Creating a Pivot in Access
Print a Access 2007 Pivot Table
How to save, edit, and read data (in code behind) from an unbound Gridview in ASP.NET
SUMPRODUCT fn with nested IF statements