hour to minute

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

I have a field with time (hour, minute, seconds), how can i trasform to
minute (and decimal)?
es 03.22.46 202.766

thx
 
Marco

Is the data type of that field a "text", or a "date/time"?

What is stored in a field and how it is displayed don't necessarily match...

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Marco

If the underlying data type is "Date/Time", then you need to be aware that
there is both a date portion and a time portion. If you have only been
storing "time" (as in "duration"), this is not what the data type was
designed for.

You can use various time formats to change how the value is displayed. This
doesn't change the underlying data, just the appearance.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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