efficiency charts for machining

N

Neisey411

I am needing some direction to get a data base set up in access to track
efficiency.

Thanks!!!!
 
J

jahoobob via AccessMonster.com

Gather the raw data (uptime, downtime, etc.) in a table.
Query the table and create a field with your calculations e.g. Efficeincy:
[Uptime]/[Uptime]+[Downtime].
If you want additional help you will need to provide more specific
information
 
Top