kents86
03-14-2009, 08:21 AM
Hello , my first post\\
I am currently stuck in finding solution to my database problem. I have to create database that counts total downtime of an object.
The principle is simple there are 2 main events that are entered manualy in database it is starting date of event and finish date of event[ lets call it downtime]
Next one is that I have to get out from these start/finish events 2 results
first : total downtime, simple as Tfinish-Tstart
second: downtime depending on wether object was accesable for client or not. HERE starts the big thinking
Object is lets say accesable monday - friday from 8AM till 20 PM and Saturday - Sunday from 12AM till 18PM
So +/- mathematical part I can figure out, but Is it possible to impliment such a time filtering in access ?
If yes how could aproximetly design of database look like ?
appriciate any help, can post more detailed info if need
I am currently stuck in finding solution to my database problem. I have to create database that counts total downtime of an object.
The principle is simple there are 2 main events that are entered manualy in database it is starting date of event and finish date of event[ lets call it downtime]
Next one is that I have to get out from these start/finish events 2 results
first : total downtime, simple as Tfinish-Tstart
second: downtime depending on wether object was accesable for client or not. HERE starts the big thinking
Object is lets say accesable monday - friday from 8AM till 20 PM and Saturday - Sunday from 12AM till 18PM
So +/- mathematical part I can figure out, but Is it possible to impliment such a time filtering in access ?
If yes how could aproximetly design of database look like ?
appriciate any help, can post more detailed info if need