"Ralph" <EMAIL REMOVED> wrote in message
news:ZpSdnT-EMAIL REMOVED...
>
> "The Doctor" <EMAIL REMOVED> wrote in message
> news:4508fdb7$0$5105$EMAIL REMOVED ...
>> "Ralph" <EMAIL REMOVED> wrote in message
>> news
EMAIL REMOVED ...
>> >
>>><snipped>
>> >
>> tya, I appreciate your responses. Although I understand
>> the
>> replies, I'm struggling with the code to achieve it & I'm
>> hoping that someone can be a bit more specific.
>>
>> I can't publish details of the application as it's
>> semi-cic
>> however I can liken it to a quiz. One question on each of
>> 3
>> forms using option buttons. I need an answer from form 1
>> p***ed to form 2, both answers from forms 1 & 2 p***ed to
>> form 3.
>>
>> My current approach is to write the answers to a temp
>> file
>> which apart from p***ing the variables, it makes it easy
>> to
>> reset the application.
>>
>> Is there a better way of doing it? A response of more
>> than
>> 'yes' would be appreciated.
>>
>
> Provide a little more information about "One question on
> each of 3 forms
> using option buttons."
> Something like this...
> '' Form1
> "I like walks on the beach?"
> * Yes
> * No
> * N/A
> '' Form2
> Answer to Question One: [ <answer> ]
> "I like to read?"
> * Yes
> * No
> * N/A
> '' Form3
> Answer to Question One: [ <answer> ]
> Answer to Question Two: [ <answer> ]
> "I like bald women?"
> * Yes
> * No
> * N/A
>
> -ralph
>
>
3 Forms.
Form1
label1.caption = "What colour are your eyes?"
(Control Array of 4 option buttons.)
option1(0).caption = "Green"
option1(1).caption = "Blue"
option1(2).caption = "Red"
option1(3).caption = "Purple"
Rem answer option1(3) = "Purple"
Form2
label1.caption = "What is your shoe size?"
(Control Array of 4 option buttons)
option1(0).caption = "Size 12"
option1(1).caption = "Size 14"
option1(2).caption = "Size 16"
option1(3).caption = "Size 18"
Rem answer option1(2) = "Size 12"
Form3
label1.caption = "Purple"
label2.caption = "Size 12"