T
Ted
hi,
first off, i'm using A2K.....in case it really matters.
i have a form on which there is a group of 7 radio buttons which determine
the value of a control called "Outcome_" that can take on values 1,2,3,...,7
in the table underlying the form.
what i'm trying to do is work up a scenario whereby when the user enters the
form and the value on the form's not 5 or 6 or 7 (because buttons 1,2,3 or 4
were depressed already)
1) and the user selects a 5, the effect is to launch a macro which actuates
a update query that appends a record into a linked table.
2) and the user selects a 6 (or a 7) the effect is to launch a macro which
actuates an update query that works against the linked table.
when the value of the radio button is either 5, 6 or 7 and the user selects
either a 1,2,3 or 4, the effect is to launch a macro which actuates a query
to delete the record in the linked table.
i reckon that what i'm trying to achieve would be implementable via using an
OnClose event and would be testable against the value of the Outcome_
variable at that point.
am i understanding all this correctly?
-ted
first off, i'm using A2K.....in case it really matters.
i have a form on which there is a group of 7 radio buttons which determine
the value of a control called "Outcome_" that can take on values 1,2,3,...,7
in the table underlying the form.
what i'm trying to do is work up a scenario whereby when the user enters the
form and the value on the form's not 5 or 6 or 7 (because buttons 1,2,3 or 4
were depressed already)
1) and the user selects a 5, the effect is to launch a macro which actuates
a update query that appends a record into a linked table.
2) and the user selects a 6 (or a 7) the effect is to launch a macro which
actuates an update query that works against the linked table.
when the value of the radio button is either 5, 6 or 7 and the user selects
either a 1,2,3 or 4, the effect is to launch a macro which actuates a query
to delete the record in the linked table.
i reckon that what i'm trying to achieve would be implementable via using an
OnClose event and would be testable against the value of the Outcome_
variable at that point.
am i understanding all this correctly?
-ted