I have a table 'TableA':
TableA_ID (int) Date (smalldatetime) Name (string)
and a table 'TableB' linked with TableA by TableA_ID: TableB_ID (int) TableA_ID (int) Description (string) Total (double)
I want to sum up the TableB 'Total' column between two dates (TableA 'Date').