I am entering daily sales into a table named tblSales with fields SalesCounter, Date, Shift, FoodSales, Tax and PayType.
I am loading this table from a form, frmDailySales, with two sub forms, frmDailySalesLunch and frmDailySalesDinner.
Forms frmDailySalesLunch and frmDailySalesDinner - both have tblDailySales as their data source , one with lunch as a default and one with dinner as a default. The sales are entered separately one tag per record,
I want to be able to see what the total daily sales are and the combined tag lunch totals and combined tag dinner totals for each day I have entered tags for, on frmDailySales.
How can this bs done?
I am loading this table from a form, frmDailySales, with two sub forms, frmDailySalesLunch and frmDailySalesDinner.
Forms frmDailySalesLunch and frmDailySalesDinner - both have tblDailySales as their data source , one with lunch as a default and one with dinner as a default. The sales are entered separately one tag per record,
I want to be able to see what the total daily sales are and the combined tag lunch totals and combined tag dinner totals for each day I have entered tags for, on frmDailySales.
How can this bs done?