Forum Discussion
- QuickBaseCoachDQrew CaptainI suggest making a formula text field which will calculate the text string that you want. It can be based in checkboxes as well as several free form input fields for users to add in their extra choices, post back if you like that approach and need help with the formula.
The formula will use the format
LIst(", ",
If (condition 1 , "apples"),
If(condition 2 , "peaches"))