Tying to convert seconds to minutes in a Query using SQL. I am using a linked table via ODBC. I have just started learning Access and have not been successful attaching using VB with an ODBC database, still working through that. If there is a way to accomplish converting seconds to minutes through SQL it would make my life easier. I have looked for a "remainder" feature where if I divided by 60 then was able to grab the remainder I could then put them together. I have thought about taking the decimal value of [seconds]/60 and then multiplying that by 60, it is not totally accurate but with some rounding may be functional. I am almost certain there has to be a better way. (I am probably missing the obvious).<br><br> Thanks in advance.