Daily Task Tracking

J

Jerry

I need to create a form that has multiple progress bars for different tasks
that are performed each day (i.e. pull an order, check-in items). the
progress bar would really be more like a timer. One task needs to be
completed between 0700-0800, the next task from 0800-0830 and so on. As each
task is completed they will check them off as complete. Tasks that are
nearing the end time would turn red and completed tasks would turn green.

Is this possible using Access progress bars or some other method, or should
I move to .Net or something else?

Thanks!
 
S

Stuart McCall

Jerry said:
I need to create a form that has multiple progress bars for different tasks
that are performed each day (i.e. pull an order, check-in items). the
progress bar would really be more like a timer. One task needs to be
completed between 0700-0800, the next task from 0800-0830 and so on. As
each
task is completed they will check them off as complete. Tasks that are
nearing the end time would turn red and completed tasks would turn green.

Is this possible using Access progress bars or some other method, or
should
I move to .Net or something else?

Thanks!

See if this is useful to you:

http://www.smccall.demon.co.uk/Downloads.htm#ProgBarForm
 
Top