Check box to one table field

S

Sok Hong

Hello,

I am currently trying to set 19 check boxes so that when
they are clicked, the entry will be typed into a table
field. Any clue on how I can get started with that? Is
there a previous article that tells you how to do
something like that?
 
B

Bruce M. Thompson

I am currently trying to set 19 check boxes so that when
they are clicked, the entry will be typed into a table
field. Any clue on how I can get started with that? Is
there a previous article that tells you how to do
something like that?

Are these 19 separate checkboxes or are they partly, or entirely, tied to (an)
option group(s)? Are there 19 separate fields? What do you want "typed"?
Checkboxes are "True/False" controls (values are -1 or 0, when containing a
value), so if you merely want to store the controls' values you would need to
bind them to "Boolean", or "Yes/No" fields in the table. If you have not
determined the answer to your question, provide more explicit information and
someone can help you work it out.
 
J

John Vinson

Hello,

I am currently trying to set 19 check boxes so that when
they are clicked, the entry will be typed into a table
field. Any clue on how I can get started with that? Is
there a previous article that tells you how to do
something like that?

A checkbox has a value of either -1 (Yes) or 0 (No). What do you want
the value of the field to contain, if you have nineteen different
values on the Form? A field can have only ONE value.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top