Howdy,
Please bear with me, as I know this must be a REALLY simple thing to do. I have a field in my table to store a time in seconds. In my report, I want the field to be displayed as Hours.Minutes.Seconds. I have been searching, and understand the basic calculation as below (and this is what I used to do in Excel). I just don't know specifically WHERE the formula is applied. Do I have to create a new table column in the db? I don't really want to store the value...just display the more user friendly version in a report.
Format([Hold]/86400, "hh:mm:ss")
If someone is willing to show me where this goes, it would be appreciated!