Thread: Checkbox
View Single Post
  #1  
Old May 21st 09, 02:37 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Checkbox

No. A checkbox is true or false. You can set up a field formula on a textbox
that relies on the value of the checkbox, but that control can only have
values it was designed for.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Joel Allen" wrote in message
...
Outlook 2003 SP3
Custom Forms

Hi,

Is there a way to make a check box contain a value other than -1 and 0
when checked and unchecked? Like "A" if checked, and "B" if unchecked?

Thanks,
Joel


Ads