View Full Version : Question on conditions in macros


hammerva
11-20-2003, 08:09 AM
Hello again ;)

I have a form that contains a frame of 10 checkboxes. The first checkbox contains an "All Reports" check and the other 9 checkboxes contains each individual report. What I would like to do is to add an edit where the All Reports checkboxes would be deselected if the user selects one of the individual reports. I would think the best option is a macro so I don't have to create 10 different events. The problem is that each checkbox has a different name (Report_Option_1, Report_Option_2, etc). So I don't know how to use the condition in macros for just the field that I am currently on.

Is there a way in the condition to say "if the current field in focus value is -1 then do this"? Hope I explained this

FoFa
11-20-2003, 12:09 PM
Why not just make the ALL REPORTS check box "check" all the other boxes, then run your current without the need to check the "ALL REPORTS" button?