> Thanks Graham, let me attempt to give you a simplistic example of
> what I'd lke to do...
>
> I'd like to create a form that has three options on top with check
> boxes, let's say Red, Blue & Green. I want to associate an account
> number to each color (Red-0001, Blue-0002 & Green-0003). I want the
> account number to appear in a field further down on the form.
>
> Red [] Blue [X] Green []
> Account: 0002
>
> Is this possible?
>
> Let me know if you need additional description.
>
> Thanks in advanced!
>
>
> "Graham Mayor" wrote:
>
>> You cannot create a formula from a check box, but it is easy enough
>> with vba to evaluate the result of a check box and insert stuff at
>> various locations based on that result - there are assorted examples
>> at
http://www.gmayor.com/SelectFile.htm and
>>
http://www.gmayor.com/word_vba_examples.htm>> If you need more help then you will have to explain what you require
>> in greater depth, in relation to the check boxes and how they relate
>> to the number (from where?) that you want to insert.
>>
>> --
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>> Graham Mayor - Word MVP
>>
>> My web site www.gmayor.com
>> Word MVP web site
http://word.mvps.org>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>
>>
>> Eric wrote:
>>> I have a form that I have setup with different check boxes. I was
>>> wondering if I could setup a formula that would auto insert a number
>>> (an account) into a field on the bottom of the page depending on the
>>> box that is checked? I am thinking that an "if" statement might be
>>> able to do this, but I am not sure how to make this work. Can
>>> someone help me with this? Is this even possible to do?
>>>
>>> Thanks