Many Checkbox(s) to one text box?

S

slagg7575

Hello again,

I have a form to which I have 4-5 checkbox questions. How do I have the
checkboxes, if checked, displays the results in a bound textbox? For
example:


x is the check

x 1.Maintain tires
_ 2.Check oil
x 3.Fill up with gas
_ 4.Paint car

In my textbox, I need this to be displayed:

Maintain tires, fill up with gas

Even better would be to have, for the first checkbox x 1.Maintian tires
at_____ (where a user can enter a number) then the whole line appear
int he text box. Eg. Maintain tires at 55ppi

Any ideas?

Thanks a million!
 
Top