G
Guest
Hope I can explain this correctly.
I have a database that looks like this:
Record# Type Time
1 12345 93000
2 12345 93300
I am trying to build a query that will produce this result:
Record# Type Time
1 12345 0:03:00
For each Type, there will usually be 2 records. For each type, I am trying
to tabulate the difference in Time. I think I may need to reformat the Time ?
Is this possible using a query ?
Thank you in advance.
I have a database that looks like this:
Record# Type Time
1 12345 93000
2 12345 93300
I am trying to build a query that will produce this result:
Record# Type Time
1 12345 0:03:00
For each Type, there will usually be 2 records. For each type, I am trying
to tabulate the difference in Time. I think I may need to reformat the Time ?
Is this possible using a query ?
Thank you in advance.