Hi Sheila:
Yes, it worked, I put the macro in the afterupdate and now the question
appears after choosing "yes". Unfortunately, I have another question. Now,
after answering either "yes" or "no" (this is a different question in my form
by the way) I want to make appear a different set of question on the screen
according to the option chosen (yes or no). I have created two macros, one
for each set of question. In other words, I have created a macro that makes
the set of questions to appear after choosing "yes", and I have created
another macro that makes a new set of questions to appear after choosing
"no". However, after choosing any option (yes or no) both set of questions
appear on the screen, what can I do to make the set of questions to appear
according to the previous anwser "yes" or "no"?
The action is "openform", and the question has a checkbox.
Miguel
> Sheila:
> Just to let you know; I put the Macro in the AfterUpdate.
[quoted text clipped - 15 lines]
> > > > to appear on the form. I want to use Condition on Macro, but I'm not sure
> > > > what to write on the Condition. Would somebody help me?
Sheila D - 17 Nov 2005 14:18 GMT
Miguel
You only need 1 macro, it needs to include what to do if the anser is true
and on the next line another condition with what to do if the answer is false
HTH
Sheila
> Hi Sheila:
> Yes, it worked, I put the macro in the afterupdate and now the question
[quoted text clipped - 31 lines]
> > > > > to appear on the form. I want to use Condition on Macro, but I'm not sure
> > > > > what to write on the Condition. Would somebody help me?
Miguel Vivar - 21 Nov 2005 18:10 GMT
Hi Sheila:
I wrote in the first line the questions to appear when the answer "yes" is
chosen equal to "True", and on the following line of the same macro I wrote
the questions to appear if the answer chosen is "no" and made it equal to
"False". However, when either answer is chosen both set of questions appear,
what should I do?
Miguel
> Miguel
>
[quoted text clipped - 40 lines]
> > > > > > to appear on the form. I want to use Condition on Macro, but I'm not sure
> > > > > > what to write on the Condition. Would somebody help me?