Hi mate
It is a linked table in the FE. It is actually a new ADODB.recordset in a VBA script that failed to pick up correctly.
rs.Open "SELECT Sum(Amt) AS SAmt FROM Trn WHERE [TDate] > Date() - 3;", _
CurrentProject.Connection, 1, 3, 1
Hope this will give you a clue instead of a cut.down .mdb. All these happening in access.03 in win10.64bit OS.