R
RichKorea
I’m putting together a service database that uses a form based on a query for
the data input and display. I need to track when the call came in for
service, when the work started, and when the work was completed. My plan is
to use the three date/time values when preparing a report to calculate how
long it took to show up from when the call came in, and how long it took to
do the repair.
I’m thinking I want three fields in the table (Call, Arrive, and Finish).
There would be two combo boxes (one for the date and one for the time) for
each field, such that the user can enter the date and the time (or change the
date or time), and the values would then combine for saving in the field.
When displaying a record, the reverse would need to happen.
Is there a sample database or explanation on Microsoft.com that provides
guidance on how to handle dates and time?
One other question – the Active X calendar in Access works great for
entering the date. Is there something similar for entering the time?
Thanks,
Rich
the data input and display. I need to track when the call came in for
service, when the work started, and when the work was completed. My plan is
to use the three date/time values when preparing a report to calculate how
long it took to show up from when the call came in, and how long it took to
do the repair.
I’m thinking I want three fields in the table (Call, Arrive, and Finish).
There would be two combo boxes (one for the date and one for the time) for
each field, such that the user can enter the date and the time (or change the
date or time), and the values would then combine for saving in the field.
When displaying a record, the reverse would need to happen.
Is there a sample database or explanation on Microsoft.com that provides
guidance on how to handle dates and time?
One other question – the Active X calendar in Access works great for
entering the date. Is there something similar for entering the time?
Thanks,
Rich