Displaying a total.

R

Robin Lynn Frank

One of our sites uses an access database where users can log the hours they
put into a project. That part works fine. What I really need is a way to
automatically display the total of those hours.

All ideas are appreciated.
 
P

p c

Robin said:
One of our sites uses an access database where users can log the hours they
put into a project. That part works fine. What I really need is a way to
automatically display the total of those hours.

All ideas are appreciated.

You can do query to sum up to the loged time.
 
Top