Formats

  • Thread starter Thread starter R Tanner
  • Start date Start date
R

R Tanner

Hi,

I have a spreadsheet that is linked to an access database. I have a
sum of the duration event in my spreadsheet equal to the following:
37:29:14. This is in the following Special Format: [h]:mm;ss.

After it is imported into Access, my format is changed to the
following: h:nn:ss. This same number equals: 13:29:14'

Any idea how to fix this? I am trying to run a query that sums the
duration by event and it is not working properly because this format
is not correct (I'm assuming).

Thanks
 
Try using the DateDiff function in your Access query to calculate durations.
 
DateDiff works only if start and end times are available. But what if only
durations are available? E.g. a table of marathon running times?
 
If you're going to be entering durations you would have to input the hours &
minutes into 2 fields. Time values only cycle on a 24 hour clock and there
would be no way of displaying 24 hours and 2 minute duration as it doesn't
exist as a time value.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top