B
Brian Dehning
Would what be the best way to do the following
I want to use an Option Group with choices of "Monthly","Quarterly","Semi-Annual","Annual" which only allows once choice
Ultimately I want these choices to trigger additional record entries which could be used and input done on a form from these. The use of the Duplicate Command Button seems a bit slow for this as for monthly you would have to do it 12 times for example.
What I need to do to be able to have these Group items trigger Check box selections. For example, If I check the monthly button I need to have check boxes showing an "X" for all Months of the year, Quarterly button for 4 months, etc. These Monthly Check Boxes will be located lower on the form. If no selection all check boxes are null or empty. Each would start from a previously entered date on the form. For example, if quarterly picked and date was 3/1/04 then months March, June, September and December would be the check boxes marked.
Does this make sense
I want to use an Option Group with choices of "Monthly","Quarterly","Semi-Annual","Annual" which only allows once choice
Ultimately I want these choices to trigger additional record entries which could be used and input done on a form from these. The use of the Duplicate Command Button seems a bit slow for this as for monthly you would have to do it 12 times for example.
What I need to do to be able to have these Group items trigger Check box selections. For example, If I check the monthly button I need to have check boxes showing an "X" for all Months of the year, Quarterly button for 4 months, etc. These Monthly Check Boxes will be located lower on the form. If no selection all check boxes are null or empty. Each would start from a previously entered date on the form. For example, if quarterly picked and date was 3/1/04 then months March, June, September and December would be the check boxes marked.
Does this make sense