Combine two IIF

Count(IIf(Right([Status] & "",10)='Achieved',1,Null))
What did the 10 represent?
PS, I picked up a book at the store but knowing first helps out.
 
That was a typo :o. It should have been either 0 or 1. It doesn't matter if it's 10 anyway.

Have you got it working?
 
=["achieved"text19]+["In Progress"text20]-26
not working
 
The name of the Achieved texbox is certainly not ["Achieved"text19], neither is the In Progress textbox. Simply substitute the textbox names in there.
 
I get a neg # so ill just put it up front. Also i think i need to compact, its picking up old info. But yes that works. Too Basic, i guess i was trying to complicate things. Off to lunch to read up on access.
THANKS FOR HELPING I WOULD HAVE SPENT HOURS.
 
You can use the Abs() function -->

=Abs([AchievedTextboxName] + [InProgressTextboxName] - 26)

Enjoy your lunch! :)
 
WOW now that i read your last post, it went right over my head, i feel stupid, lol:eek:
Thanks.
 

Users who are viewing this thread

Back
Top Bottom