Question
Select output query from radiogroup selection
noob...I have a few SQL queries defined as filters to select
todays info, yest info, tomoro info, all info. My form works well
using the output query ACStatus, ACStatus2Day, etc.
I put in a radiogroup like this: <input type="radio" name="RadioGroup1" value="4"> . I tried some cfif statements using variations of the RadioGroup1 variable but no luck (like <cfif #Form.RadioGroup1#=1><cfoutput query="ACStatus"><cfelseif #Form.RadioGroup2#=..... .
How can I set up my code to select a different query after a radio button is selected?
I put in a radiogroup like this: <input type="radio" name="RadioGroup1" value="4"> . I tried some cfif statements using variations of the RadioGroup1 variable but no luck (like <cfif #Form.RadioGroup1#=1><cfoutput query="ACStatus"><cfelseif #Form.RadioGroup2#=..... .
How can I set up my code to select a different query after a radio button is selected?
