A
Al Camp
Given the following data...
StartDateTime EndDateTime Problem Hours
1/10/06 9:00 1/12/06 11:00 Z 50.0
Is it possible, through a combination of Update and Append queries to derive the following
records...
StartDateTime EndDateTime Problem Hours
1/10/06 1/12/06 11:00 Z 13.0
1/11/06 1/12/06 11:00 Z 24.0
1/12/06 1/12/06 11:00 Z 23.0
I realize that the best way to do this would be to close out the logs at midnite each day,
and create a new outage for the next day... until the Incident is finally resolved, but I
would like to give the above method a go... if possible.
Any help ("aircode" would do...) would be appreciated.
Al Camp
StartDateTime EndDateTime Problem Hours
1/10/06 9:00 1/12/06 11:00 Z 50.0
Is it possible, through a combination of Update and Append queries to derive the following
records...
StartDateTime EndDateTime Problem Hours
1/10/06 1/12/06 11:00 Z 13.0
1/11/06 1/12/06 11:00 Z 24.0
1/12/06 1/12/06 11:00 Z 23.0
I realize that the best way to do this would be to close out the logs at midnite each day,
and create a new outage for the next day... until the Incident is finally resolved, but I
would like to give the above method a go... if possible.
Any help ("aircode" would do...) would be appreciated.
Al Camp