X
xiaodan86
I am having an issue here which I don't know how to solve.
Hope to look for some advice.
Currently I am helping my company to develop a small program using ms
access which use to update tool performance.
My company working time per day is count from 7am to 7am.
Which means when you search for 9April record, it should give you all
the records from 8April 7am to 9April 7am.
I am already able to selects out the records base on the date I enter.
Right now I have a problem with the total time display.
Currently my total time is calculate using EndDateTime minus
StartDateTime.
But I would like to have a display something like this.
Like if a particular tool which is in process from 9Apr6:00am to
10Apr8:00am
this record will show for 8apr 9apr and 10apr(I alr done for this)
but the total time display for 8apr should be 1 hour, for 9apr should
be 24 hour and for 10apr is 1hour.
I know use the form on current, I can have a unbound text box which
compare the date and calculate out the time. But because this time is
not storing in the database, I can't have a printed copy which include
the time base on the date i select.
Is there anywhere to solve this problem?
Hope to look for some advice.
Currently I am helping my company to develop a small program using ms
access which use to update tool performance.
My company working time per day is count from 7am to 7am.
Which means when you search for 9April record, it should give you all
the records from 8April 7am to 9April 7am.
I am already able to selects out the records base on the date I enter.
Right now I have a problem with the total time display.
Currently my total time is calculate using EndDateTime minus
StartDateTime.
But I would like to have a display something like this.
Like if a particular tool which is in process from 9Apr6:00am to
10Apr8:00am
this record will show for 8apr 9apr and 10apr(I alr done for this)
but the total time display for 8apr should be 1 hour, for 9apr should
be 24 hour and for 10apr is 1hour.
I know use the form on current, I can have a unbound text box which
compare the date and calculate out the time. But because this time is
not storing in the database, I can't have a printed copy which include
the time base on the date i select.
Is there anywhere to solve this problem?