Microsoft
Software
Hardware
Network
Question : Conditional Format IF Expression
I've tried applying the following conditional format on a form:
IIf([ActDec]=0,Null,([Proj
Dec]-[ActD
ec]))
The result I'm trying to acoomplish is that if ActDec has a zero value to display either nothing or 0, otherwise display the result of the function of ProjDec-ActDec
Answer : Conditional Format IF Expression
This seems to work for me.
(Sample DB attached)
Test this and note what the difference is between your db and mine.
Keeping in mind what Leigh posted above, in case it is applicable here...
JeffCoachman
Database33.mdb
(220 KB)
(File Type Details)
sample
Random Solutions
system interrupt controller missing driver
SQL Reporting Services - Format Datetime {0:D} culture?
How to Call MDI Child Events from MDI Parent...not all MDI Children are the same form
SQL statement (left join) not working as expected
I need help with DoCmd.DoMenuItem acFormBar command number
Adding an attribute to the xml root using FOR XML PATH syntax
How do I place an image next to a database item in SQL Reporting Services
How can I retrieve a list of printer trays for a specific printer?
Recovery Console - "Copy c:\ d:\" fails!
Creating an automatic sum for specific cells - excel 2007