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
in Excel - is it possible to copy only the numeric values in a given column? I want to copy a column which contains text & numbers - but I only need the numbers t
Can anyone tell me what this Outlook code does...
Remove page lines in excel
Exchange 2007 powershell commands
Windows 7 XP Mode will not read DVD+R disk
Excel 2007 Subtotal Function
remove formula from hidden rows
setup and deployment in vs 2005
Creating a child window
How do I find the highest value in a column in a list box?