Hello! I'm new here and looking for some assistance. I've got 8 checkboxes and I'd like to be able to check any number of them and return a string based on only the TRUE results. So, if the results are A, B, C, D, E, F, G, H I'd like to be able to return the string: "A, C, and F" or even just "B" or "C, D, E, and H". Does that make sense? I've got the checkboxes returning the correct words I need if any of them are checked, it's the getting of the string I'm having issues with. Anybody able to help?
Thanks!
Bookmarks