jepoysaipan
Registered User.
- Local time
- Today, 16:28
- Joined
- Nov 4, 2007
- Messages
- 133
Hi,
My new task is to create an application that stores Job Reports on a daily basis, what I have in mind is to create the following tables:
1. Employee
2. Client
3. Client category
4. Job Category
5. Master with the ff: fields:
a. EmpCode (linked from Employee)
b. Date
c. JobOrderNo
d. ClientName
e. ClientCategory (linked from Client Category)
f. ClientLocation
g. JobDescription
h. JobCategory (linked from Job Category)
i. TimeStarted
j. TimeEnded
k. LaborCharge (computes the time spent to do the work)
Now I am having second thoughts on designing the form, at first I tried to use the per record form (user inputs every record one at a time) but its redundant since the employee can have 30-40 records to input in a day.
What I want is for the Employee to input only the details of his work within a day in a datasheet view.
Your immediate insight is highly appreciated.
Thanks in advance,
My new task is to create an application that stores Job Reports on a daily basis, what I have in mind is to create the following tables:
1. Employee
2. Client
3. Client category
4. Job Category
5. Master with the ff: fields:
a. EmpCode (linked from Employee)
b. Date
c. JobOrderNo
d. ClientName
e. ClientCategory (linked from Client Category)
f. ClientLocation
g. JobDescription
h. JobCategory (linked from Job Category)
i. TimeStarted
j. TimeEnded
k. LaborCharge (computes the time spent to do the work)
Now I am having second thoughts on designing the form, at first I tried to use the per record form (user inputs every record one at a time) but its redundant since the employee can have 30-40 records to input in a day.
What I want is for the Employee to input only the details of his work within a day in a datasheet view.
Your immediate insight is highly appreciated.
Thanks in advance,