| | | Junior Member
       
Group: Forum Members Last Login: 7/3/2008 10:17:03 AM Posts: 17, Visits: 49 |
| | Hi, Anyone know how to get Custom Forms to show the result of the checkbox. For example, in the request for appraisal screen there are checkboxes for the type of appraisal to order, ie 2055, 2075 etc. What i would like to do is have the type of appraisal to print on a form. I know the codes for all these checkboxes, but those codes would return the "x" not the name of the form. Do i have to set up "if" formulas to have it print out what i want it to? Any help is greatly appreciated. |
| | | | 
Supreme Being
       
Group: Forum Members Last Login: 12/16/2008 1:31:52 PM Posts: 124, Visits: 970 |
| You can use the below formula and just change the field ID and field name in "" to reflect what you are looking for. "X" identifies that the box is marked. I use this to identify FHA, VA or Conv loans in custom documents. {IF <<Point Field 28>> = "X" "FHA Insurec" """"}{ IF <<Point Field 27>> = "X" "Government Insured" """"}{ IF <<Point Field 26>> = "X" "Conventional." """"}
"MMM Yeah, I'm going to need you to go ahead and come in on Saturday." |
| | | | Junior Member
       
Group: Forum Members Last Login: 7/3/2008 10:17:03 AM Posts: 17, Visits: 49 |
| | Yeah I knew how to do that, i was just hoping there was a short cut because my if statement is going to be very long. THANKS for the help! |
| |
|
|