Hi Experts,
I have three tables as user,task and worktime each with an autonumbered field as primary key.
User table has list of users,Task table has list of tasks to be performed by the users and worktime table will be having taskid , wrkid, start and end time of the task.
I have set the...