Check Boxes?

  • Thread starter Thread starter PEno1
  • Start date Start date
P

PEno1

Hi all, I need to make a form with two check boxes. It will look a bit like
this...

------------------------------------------------
Did you work overtime last week? True: []
False: []
------------------------------------------------

If True is ticked, I would like it to put a YES in the cell. If its ticked
False, I would like it to put
NO in the cell. Is this possible?

Thanks,
PE1
 
Why have 2? One does the job of both, checked is True, unchecked is false.

Goto View>Toolbars>Forms and drag a checkbox off of that toolbar onto the
worksheet. Then right-click it, select the Control tab, and set the link
cell. When you check the box, it will say TRUE, unchecked, it will have
FALSE. You can use this cell value.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
And if you have to use two objects, you may want to use two option buttons.
When one of them is selected, the other won't be.

(I think most windows users are used to this behavior.)
Hi all, I need to make a form with two check boxes. It will look a bit like
this...

------------------------------------------------
Did you work overtime last week? True: []
False: []
------------------------------------------------

If True is ticked, I would like it to put a YES in the cell. If its ticked
False, I would like it to put
NO in the cell. Is this possible?

Thanks,
PE1
 

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

Back
Top