J
Joe
I have read the web pages that some have referred me to
regarding time calculations, but I still can't get it to
work.
What I have is:
STATUSDATE, a number field that is YYYYMMDD format
AHTIME, a number field that represents time HHMMSS
ESTIME, a number field that represents time HHMMSS
I have a STATUSDATE for each of the AHTIME and ESTIME
fields. Usually the STATUSDATE for each is the same.
Note, none of these fields are in Date/Time format. They
are all Long Integer, Number Type fields. (The data was
retrieved from a different system and imported from a text
file into Access. I can't control how the data was
formatted.)
How can I get the STATUSDATE and the AHTIME in a field by
itself (and the same for STATUSDATE and the ESTIME) that
is DATE/TIME format? Assuming I do this, how then can I
perform a calculation to determine the amount of elapsed
time to be returned in HH:MM:SS format?
regarding time calculations, but I still can't get it to
work.
What I have is:
STATUSDATE, a number field that is YYYYMMDD format
AHTIME, a number field that represents time HHMMSS
ESTIME, a number field that represents time HHMMSS
I have a STATUSDATE for each of the AHTIME and ESTIME
fields. Usually the STATUSDATE for each is the same.
Note, none of these fields are in Date/Time format. They
are all Long Integer, Number Type fields. (The data was
retrieved from a different system and imported from a text
file into Access. I can't control how the data was
formatted.)
How can I get the STATUSDATE and the AHTIME in a field by
itself (and the same for STATUSDATE and the ESTIME) that
is DATE/TIME format? Assuming I do this, how then can I
perform a calculation to determine the amount of elapsed
time to be returned in HH:MM:SS format?