RacerGirl117
Technical User
You guys'll like this...
I am working on a database to keep track of songs for my wedding. I have a table, tblSongs, that has a "Lenth" field in it that shows the length of the song. On the form I've created, based on a query, I want to calculate the total time of all songs in the form footer. I have an unbound control, TotalLength, where I've tried the obvious =sum([Length]), but that does not work. It puts the time as a whole number (i.e. 1429931). The field in the table does not have any formatting (other than Number and Long Integer) except for an input mask (99:00:00). Even if I put the same input mask in the unbound field on the form, it still shows the whole number.
How can I get this field to calculate propery?
Jessica Morgan
Fire Fighter Sales & Service Co.
Pittsburgh, PA
I am working on a database to keep track of songs for my wedding. I have a table, tblSongs, that has a "Lenth" field in it that shows the length of the song. On the form I've created, based on a query, I want to calculate the total time of all songs in the form footer. I have an unbound control, TotalLength, where I've tried the obvious =sum([Length]), but that does not work. It puts the time as a whole number (i.e. 1429931). The field in the table does not have any formatting (other than Number and Long Integer) except for an input mask (99:00:00). Even if I put the same input mask in the unbound field on the form, it still shows the whole number.
How can I get this field to calculate propery?
Jessica Morgan
Fire Fighter Sales & Service Co.
Pittsburgh, PA