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
Problem with default values in SSRS2008
Server 2008R2 and XP Roaming Profiles
How to limit internet browsing using group policy
Terminal Server 2003 copy and paste files to and from XP Pro clients?
Access 2003: shell command - quest 2
MSSQLSERVER/SQLEXPRESS NOT SHOWING???
Error While Importing Microsoft CRM 4.0 Database
How to Send Alert Info from Dell Open Manager Via Email
Close form in access and abandon half fillled record - without any access messages/Have a button/event do the same thing as the escape key.
using required field validators to validate inputs for a textbox on an asp.net page