Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT TTLOG.[Log ID], TTLOG.HoursTrained, TTLOG.TotalHrs, TTLOG.Date,
CCur(RecRunSum("[Search by Date]","[Log ID]",[Log ID],
"HoursTrained")) AS RunSum
FROM TTLOG
WHERE [Date] = [Forms]![TTLOG]![Search by Date] OR
[Forms]![TTLOG]![Search by Date] Is Null;