hiI have two related tables, EXPENSES table with the columns: [date],
[quantity], [paid] and column [concept] ref type, related to the ITEMS
table, with the columns: [payment_date], [item](label), where the
different current expenses are loaded. I ne...