Check box values

  • Thread starter Thread starter Chris Gambill
  • Start date Start date
C

Chris Gambill

Is there a way to set the values of a check box to
something other than -1,0,True,False,yes, or no?
 
Is there a way to set the values of a check box to
something other than -1,0,True,False,yes, or no?
You can set it to null (it will be greyed out)

- Jim
 
Chris said:
Is there a way to set the values of a check box to
something other than -1,0,True,False,yes, or no?

Chris,
Well, you left out On/Off.
No. A CheckBox value is either -1 or 0.

You can, however, display something else in place of the check mark or
it's 0 value blank.
Why not let us know what your trying to do.
 

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

Similar Threads

Form real refresh 2
check box simple question 2
Access 2010 0
looping through controls - for each ... next 5
Some trouble assigning a string to a variable 22
Check box issues 2
Invisible Label issue 1
Check box problems 1

Back
Top