I need to create a database to record daily departmental sales from the cash registers in a shop. I have 2 tables Sales and Depts. Sales = SaleId(autonumber), Date, Reg, Dept, Value. Depts = Dept, Vat
I need to create a form to enter the data. I want the top part of the form to have Date, Reg No.and Total Sales. Then I want all the possible depts listed with a field to enter the sales values. I want to be then able to click a save button which will firstly check that the total input for each dept equals the Total sales and then write a record to the Sales table for each department.
Has anybody any ideas on how I might achieve this?:
I need to create a form to enter the data. I want the top part of the form to have Date, Reg No.and Total Sales. Then I want all the possible depts listed with a field to enter the sales values. I want to be then able to click a save button which will firstly check that the total input for each dept equals the Total sales and then write a record to the Sales table for each department.
Has anybody any ideas on how I might achieve this?: