damart2
07-31-2008, 10:24 AM
Hello I am trying to get the following sum. I am very very new at access so if anyone can help me out that would be great.
I need to get the summary of [deptfunded], but only if they are [authtohire] or checkmarked as yes.
I have tried many different solutions but I getting nowhere. Here is an example of one that I have tried.
Ex: =sum(NZ(Iif([authtohire])=true,1,0([deptfunded]))))
Thanks so much to anyone that can help.
I need to get the summary of [deptfunded], but only if they are [authtohire] or checkmarked as yes.
I have tried many different solutions but I getting nowhere. Here is an example of one that I have tried.
Ex: =sum(NZ(Iif([authtohire])=true,1,0([deptfunded]))))
Thanks so much to anyone that can help.