adding a 'sum' function

D

DART43

How does one add a function that will sum the values input ? eg.
'time-keeping'
user selects tasks from a list and records time worked against them. how to
sum up his total time worked ? thanks
 
P

pietlinden

How does one add a function that will sum the values input ?  eg.  
'time-keeping'
user selects tasks from a list and records time worked against them.  how to
sum up his total time worked ?     thanks

with a query or use DSUM.
 
Top