Question on conditions in macros (1 Viewer)

hammerva

Registered User.
Local time
Today, 01:21
Joined
Dec 19, 2000
Messages
102
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

Registered User.
Local time
Yesterday, 19:21
Joined
Jan 29, 2003
Messages
3,672
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?
 

Users who are viewing this thread

Top Bottom