Ask a Question related to Microsoft Access, Design and Development.
-
Jordana #1
Yes/No checkbox in the form
I have a field called action in a table, to check if
something requires action the user must check the box. The
field in the table is defined as a yes/no field, but when
I am designing the form, I would like to see both yes and
no check boxes is there a way to do that? and import the
result back to the table.?
Thanks,
Jordana
Jordana Guest
-
CheckBox required on form?
I have a form, and we need to have a checkbox that the user is required to check. Basically saying they read the disclaimer. Is there a way to... -
How do I use the form checkbox value?
I'm creating a form that has multiple checkboxes. I want to use ActionScript to update a text box/area with the values each checkbox as the checkbox... -
Flash Form & Checkbox
I'm having trouble changing this listbox code to checkboxes instead. Can you help? <cfselect name="binderyID" label = "Bindery Type"... -
Checkbox Set To OFF Not In Request.Form
When using checkboxes on a form, if you uncheck them, the unchecked name/value pair in the Request.Form collection doesn't show up. It only shows... -
Form CheckBox question
Hello, I have this in my form.... the checkUnCheck(this); will uncheck values 1,2,3 if None is chosen... Now when I submit this form, the output... -
Cheryl Fischer #2
Re: Yes/No checkbox in the form
You could use the OptionGroup control on your form instead of a single
CheckBox control. When using the wizard to create your OptionGroup, set
the labels as 'Yes' and 'No'; the default value for 'Yes' should be -1 and
for 'No', the default value should be 0. You can format the OptionGroup to
display as Check Boxes or Radio Buttons.
Bind this OptionGroup control to your table's Yes/No field and you won't
need to "import the result back to the table".
--
Cheryl Fischer
Law/Sys Associates
Houston, TX
"Jordana" <jordanahM@hotmail.com> wrote in message
news:0ba701c3582d$0ada09e0$a301280a@phx.gbl...> I have a field called action in a table, to check if
> something requires action the user must check the box. The
> field in the table is defined as a yes/no field, but when
> I am designing the form, I would like to see both yes and
> no check boxes is there a way to do that? and import the
> result back to the table.?
>
> Thanks,
>
> Jordana
>
Cheryl Fischer Guest
-
Bish #3
Yes/No checkbox in the form
Use tyhe Option Group control. this creates a mutually
exclusive set of radio buttons, or check boxes.
The>-----Original Message-----
>I have a field called action in a table, to check if
>something requires action the user must check the box.>field in the table is defined as a yes/no field, but when
>I am designing the form, I would like to see both yes and
>no check boxes is there a way to do that? and import the
>result back to the table.?
>
>Thanks,
>
>Jordana
>
>.
>Bish Guest
-
jordana #4
Re: Yes/No checkbox in the form
Thanks, I actually did that and when I open the table to
see the value in the field it is 0 or -1 instead of yes/no
how can I format the the values to give me the option name
rather then the value number?
Thanks again,
Jordana
instead of a single>-----Original Message-----
>You could use the OptionGroup control on your formOptionGroup, set>CheckBox control. When using the wizard to create yourshould be -1 and>the labels as 'Yes' and 'No'; the default value for 'Yes'the OptionGroup to>for 'No', the default value should be 0. You can formatfield and you won't>display as Check Boxes or Radio Buttons.
>
>Bind this OptionGroup control to your table's Yes/NoThe>need to "import the result back to the table".
>
>--
>Cheryl Fischer
>Law/Sys Associates
>Houston, TX
>
>"Jordana" <jordanahM@hotmail.com> wrote in message
>news:0ba701c3582d$0ada09e0$a301280a@phx.gbl...>> I have a field called action in a table, to check if
>> something requires action the user must check the box.when>> field in the table is defined as a yes/no field, butand>> I am designing the form, I would like to see both yes>>> no check boxes is there a way to do that? and import the
>> result back to the table.?
>>
>> Thanks,
>>
>> Jordana
>>
>
>.
>jordana Guest



Reply With Quote

