forms
I think we may need a little more information. By "form", do you mean
"UserForm"? Where in this "column" (same column for each checkbox?) do you
want the value to go? I mean, will each check box be associated with a
particular cell in the column or do you want each click of the CheckBox to
put the value in the next available cell in the column? If the latter, how
do you want to handle the unchecking of a CheckBox... leave the hole it
produces in the column or close the hole up? This value that is "connected"
to each CheckBox... where is it... in the Caption for the CheckBox or in
some kind of lookup mechanism (perhaps an array)?
Rick
wrote in message
...
i am creating a entry form for an event. there are checkboxes
throughout that have a value connected to each. when a checkbox is
chosen, i need the corresponding amount to appear in a column that
will be autosummed into a total amount submitted. appreciate any help
you can give me to make this work.
|