So i am trying to create a box that will display whether a new care plan is needed for patients. Right now waht I have the background doing is i have one box that displays the current date. A second box where you place in the date of the last care plan and a third calculated box. that words by using the date difference function between the current date and the date typed in. Then the care plan box uses IIF statment to display " Need New Care Plan" if the difference is greater then -7. This part workds great. My problem is I also need it to display if the value in the date difference function is blank. If I use this string
=IIf([text14]<-7,"Need New Care Plan",IIf([text 14]=null,"Needs New Care Plan","")) The Object doesn't contain the automation object text 14. The component doesn['t make the property or method avaiable for automation operations. So how would i write this statement so it would work. VBA is not an option i suck at it
thanks for the read
chris benitez
=IIf([text14]<-7,"Need New Care Plan",IIf([text 14]=null,"Needs New Care Plan","")) The Object doesn't contain the automation object text 14. The component doesn['t make the property or method avaiable for automation operations. So how would i write this statement so it would work. VBA is not an option i suck at it
thanks for the read
chris benitez