I am making a database to record data about timesheets using a Form.
The issue I am having is that I have one employee working on multiple tasks during the day and I need to be able to split his time up acordingly so that it can be billed to each job.
I have a singe table called Data wich the Form inserts the info into but the i need to be able to capture all the items he works on like Painting: 2 hours; Flooring: 1 hour;
etc.
Should I just have multiple fieldsets called hours, hours1, hours2.... Description, description1, description2 ect.?
any advice would be great thanks
D
The issue I am having is that I have one employee working on multiple tasks during the day and I need to be able to split his time up acordingly so that it can be billed to each job.
I have a singe table called Data wich the Form inserts the info into but the i need to be able to capture all the items he works on like Painting: 2 hours; Flooring: 1 hour;
etc.
Should I just have multiple fieldsets called hours, hours1, hours2.... Description, description1, description2 ect.?
any advice would be great thanks
D