adding a 'sum' function

  • Thread starter Thread starter DART43
  • Start date Start date
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
 
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.
 
Back
Top