I don't know if this is possible.
I have four fields [StartDate] [StartTime] [EndDate] [EndTime] along with other fields imported from Excel into an Access 2K table.
In a query, I need to show the time elapsed between Start and End for each record in the format: ? day ? hr ? min ? sec
I know I need to write a function in a module but I am not good at mathematics. Since the four fields are all date/time fields, is it possible to write the function using only the built-in date/time functions?
Thanks in advance.
Rose
I have four fields [StartDate] [StartTime] [EndDate] [EndTime] along with other fields imported from Excel into an Access 2K table.
In a query, I need to show the time elapsed between Start and End for each record in the format: ? day ? hr ? min ? sec
I know I need to write a function in a module but I am not good at mathematics. Since the four fields are all date/time fields, is it possible to write the function using only the built-in date/time functions?
Thanks in advance.
Rose