First, I have been reading about this triple state checkbox a lot (which there is limited information) and apparently there is a large debate as to whether or not it should exist or if users should even incorporate it. So if someone has a better idea, I'm open to it!
I originally set my fields up as regular checkboxes with a YES/NO value. Yes = positive test result, No = negative test result.
Then on my report, I used a simple iif([field] = true,"Patient positive","Patient was negative"). Which worked great!
Now, the problem...I've been told I need a third option! DID NOT PERFORM. THis is where it gets fishy. I opted for changing my yes/no to an integer format, updated my property of triplestate on the form to YES, and it works great on the table and the form. It correctly switches from YES, NO, and NULL(did not perform).
But, on my report, I cannot get all of my text to populate. I cannot use the iif function anymore (sinces its not a boolean field) and I tried the format property to: "";"Positive";"negative";"did not perform" which in essence works. But when the patient is positive it actually has to state: "";"The patient tested positive for the anterior drawer sign of the left ankle. An increase in pain implicates the anterior talofibular ligament may have a possible sprain.";"The patient tested negative for the anterior drawer sign of the left ankle.";"" and when I enter ALL of this into the format property, I get cut off! Its too big!
How do I work around this?
How do I get all of my text on the report?
Any and ALL ideas are welcome and appreciated!!
Thank you.
I originally set my fields up as regular checkboxes with a YES/NO value. Yes = positive test result, No = negative test result.
Then on my report, I used a simple iif([field] = true,"Patient positive","Patient was negative"). Which worked great!
Now, the problem...I've been told I need a third option! DID NOT PERFORM. THis is where it gets fishy. I opted for changing my yes/no to an integer format, updated my property of triplestate on the form to YES, and it works great on the table and the form. It correctly switches from YES, NO, and NULL(did not perform).
But, on my report, I cannot get all of my text to populate. I cannot use the iif function anymore (sinces its not a boolean field) and I tried the format property to: "";"Positive";"negative";"did not perform" which in essence works. But when the patient is positive it actually has to state: "";"The patient tested positive for the anterior drawer sign of the left ankle. An increase in pain implicates the anterior talofibular ligament may have a possible sprain.";"The patient tested negative for the anterior drawer sign of the left ankle.";"" and when I enter ALL of this into the format property, I get cut off! Its too big!
How do I work around this?
How do I get all of my text on the report?
Any and ALL ideas are welcome and appreciated!!
Thank you.