adding values from a list

G

Gator

how can I add numbers from a column in a list box on a form and add the total
to a text box?
 
O

Ofer

do you want to add up all the records from your list box or only the one you
select?
and do you want to add it to a bound field or unbound field?
 
Top