I have a table with two fields, one is date/time and the other is on/off. Our machine logs a record every minute. The shift is 12 hrs, so the table has 720 records. The purpose is to monitor the machine every minute to know if it is in operation or shut down. I want to loop through the table and every time the on/off field goes to 0, I want to post the time to a new table and also count the number of 0's until the on/off field changes to a 1. Thus I will capture the time the machine shut down and for how many minutes each time. A typical shutdown is for 15 minutes and we might have several a shift. My goal is to populate a form so the machine operator at the end of his shift can explain why each instance of downtime occured.
This is a bit above my level of expertise with Access. If someone could help me in getting the information from the original table and into a summary table, I think I can do the rest. Thanks in avance for any help
This is a bit above my level of expertise with Access. If someone could help me in getting the information from the original table and into a summary table, I think I can do the rest. Thanks in avance for any help