
28-Jul-2006, 08:28 AM
|  | Guest | | | | | | | | | | Create an Option group Bound to different fields? I have created a survey and the answer to Question one can either be button Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/12318-create-option-group-bound-different-fields.htmlReference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=12318
1 or 2 or 3 etc. - 6 but only one. I want to use option buttons / radio
buttons to get the answer and then if option 3 is picked save a 1 in field
QA1c. I need to create a new field for each answer instead of just saving
the #3 like the wizard wants me too. How can I bind the anwser to different
fields but still have the option buttons recognized as a group?
Question 1 save answer is either
QA1a
QA1b
QA1c
QA1d
QA1e
QA1f
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh! | 
28-Jul-2006, 08:28 AM
|  | Guest | | | | | | | | | | Re: Create an Option group Bound to different fields? OK I've managed to get a block of Radio buttons to work but how do I bind
each radio button to a different field?
"HotRod" wrote in message
news:O%23wPj$4mGHA.1208@TK2MSFTNGP04.phx.gbl...
>I have created a survey and the answer to Question one can either be button
>1 or 2 or 3 etc. - 6 but only one. I want to use option buttons / radio
>buttons to get the answer and then if option 3 is picked save a 1 in field
>QA1c. I need to create a new field for each answer instead of just saving
>the #3 like the wizard wants me too. How can I bind the anwser to different Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=12318 Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=12318
>fields but still have the option buttons recognized as a group?
>
> Question 1 save answer is either
> QA1a
> QA1b
> QA1c
> QA1d
> QA1e
> QA1f
>
>
> | 
28-Jul-2006, 08:28 AM
|  | Guest | | | | | | | | | | Re: Create an Option group Bound to different fields? Sounds like you are thinking Spreadsheet. Yhere is no need to store the same
information in additional fields as it can be displayed in a form or report
using IIF statements.
You can if you just got to store the data run an update query using IIF
statements. Update for field QA1a would be IIF([YourOptionGroupField] = Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=12318
1, 1, 0)
Update for field QA1c would be IIF([YourOptionGroupField] = 3, 1, 0)
"HotRod" wrote:
> OK I've managed to get a block of Radio buttons to work but how do I bind
> each radio button to a different field?
>
>
>
>
> "HotRod" wrote in message
> news:O%23wPj$4mGHA.1208@TK2MSFTNGP04.phx.gbl...
> >I have created a survey and the answer to Question one can either be button
> >1 or 2 or 3 etc. - 6 but only one. I want to use option buttons / radio
> >buttons to get the answer and then if option 3 is picked save a 1 in field Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=12318
> >QA1c. I need to create a new field for each answer instead of just saving
> >the #3 like the wizard wants me too. How can I bind the anwser to different
> >fields but still have the option buttons recognized as a group?
> >
> > Question 1 save answer is either
> > QA1a
> > QA1b
> > QA1c
> > QA1d
> > QA1e
> > QA1f
> >
> >
> >
>
>
> | 
28-Jul-2006, 08:28 AM
|  | Guest | | | | | | | | | | Re: Create an Option group Bound to different fields? I need to store teh boolean value in seperate fields so that it can be
merged with additional data and used in an SPSS syntax program that was
created a few years ago. I really don't want to change the the format now.
Since I have a group of Radio buttons working how can I pass the selected
radio button value to the table?
"KARL DEWEY" wrote in message
news:69A76CB0-1421-4A39-93EF-10F1597CDA36@microsoft.com...
> Sounds like you are thinking Spreadsheet. Yhere is no need to store the
> same
> information in additional fields as it can be displayed in a form or Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=12318
> report
> using IIF statements.
> You can if you just got to store the data run an update query using IIF
> statements. Update for field QA1a would be IIF([YourOptionGroupField]
> =
> 1, 1, 0)
> Update for field QA1c would be IIF([YourOptionGroupField] = 3, 1, 0)
>
> "HotRod" wrote:
>
>> OK I've managed to get a block of Radio buttons to work but how do I bind
>> each radio button to a different field?
>>
>>
>>
>>
>> "HotRod" wrote in message
>> news:O%23wPj$4mGHA.1208@TK2MSFTNGP04.phx.gbl...
>> >I have created a survey and the answer to Question one can either be
>> >button
>> >1 or 2 or 3 etc. - 6 but only one. I want to use option buttons / radio
>> >buttons to get the answer and then if option 3 is picked save a 1 in
>> >field
>> >QA1c. I need to create a new field for each answer instead of just
>> >saving
>> >the #3 like the wizard wants me too. How can I bind the anwser to Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=12318
>> >different
>> >fields but still have the option buttons recognized as a group?
>> >
>> > Question 1 save answer is either
>> > QA1a
>> > QA1b
>> > QA1c
>> > QA1d
>> > QA1e
>> > QA1f
>> >
>> >
>> >
>>
>>
>> | 
28-Jul-2006, 08:28 AM
|  | Guest | | | | | | | | | | Re: Create an Option group Bound to different fields? Another thing that may work is how can I get the value from an option button
and pass it to a check box? I might be able to run this all in a small VBA
code?
I've tried Option276.value but it doesn't work, how can I tell if the option
button is selected.
"HotRod" wrote in message
news:O%23wPj$4mGHA.1208@TK2MSFTNGP04.phx.gbl...
>I have created a survey and the answer to Question one can either be button Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=12318
>1 or 2 or 3 etc. - 6 but only one. I want to use option buttons / radio Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=12318
>buttons to get the answer and then if option 3 is picked save a 1 in field
>QA1c. I need to create a new field for each answer instead of just saving
>the #3 like the wizard wants me too. How can I bind the anwser to different
>fields but still have the option buttons recognized as a group?
>
> Question 1 save answer is either
> QA1a
> QA1b
> QA1c
> QA1d
> QA1e
> QA1f
>
>
> | 
Support Us! Become a Promoter! | | Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh! | (View-All)
Members who have read this thread : 0
| | There are no names to display. | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Tools | Search | | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is On | | | | » Gurbani Jukebox | Listen to Gurbani while surfing SPN! | » Active Discussions | | | | | | | ਨਾਮਾ Today 06:37 AM 2 Replies, 53 Views | | | | | | | | | | | | | | | | | | | | | | | » Books You Should Read... | | | |