Adding a calculated field

tourless

Board Regular
Joined
Feb 8, 2007
Messages
144
Office Version
  1. 365
Platform
  1. Windows
Hi Folks.

First time posting in/working with Access so please be gentle. I have built a query that contains a field called 'Time' (PROCESS2.Time). 'Time' is in seconds and I want it to be in hours, minutes, seconds... from ss to hh:mm:ss. I'm trying to do this by adding an expression field called minutes and setting the criteria as [Time]/60. It's not working.

What am I doing wrong and/or what are my options?

Any and all insight is always greatly appreciated.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
try Format(([Field1]/86400),"hh:nn:ss")
If you're an Access newbie then I'd suggest some important reading. You're already off on the wrong foot by naming a field "Time". Your worst disadvantage is likely that you know Excel and will carry over that design mindset to your Access tables. At least, it's a common approach.
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,077
Members
449,094
Latest member
mystic19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top