LOL, I think you may be attributing to me more knowledge than I have - I was actually trying to somehow come up with an "if nothing is selected, show all records" statement. I need to somehow add an "all" clause to each selector, or have them simply default to all. Currently they don't do this - and I am not sure how to add an "all" or "Make a selection" option to a dynamic form element.
I did have a litttle trouble getting some of the new code to work - some of the problem was due to copying /pasting from the browser, but even after I went through very carefully and fixed those issues, there was a problem in the option value area that I could not solve - it kept giving me a parse error saying unexpected ';' (semicolon) even though there is none there.
<option value="<?=$row_Classifications['ClassificationID']?>"<?_=(strcmp($row_Classifications['ClassificationID'],
"%")?"":" selected")?>><?=$row_Classifications['ClassificationName']?></option>
I finally ended up replacing it with the code from the earlier version and it seemed to work - although probably less efficiently than it would have.
Your new (adjusted by me) version is up at http://umhscompliance.org/indexDW15.php and I am attaching it as a text file here if you want to look at it.
Thanks very much for your help!
🙂