Add multiple records on one screen

Add multiple records on one screen

I have built a simple time sheet app. One each input page, we have the following:
 
Date
Employee Name
Client
Hours
 
In this way, the employee needs to enter a few times per day. It would be better if the app can be designed in the following way:
 
Date
Employee Name
Client 1
Hours
Client 2
Hours (2)
Client 3
Hours (3)
 
etc.
 
Can the input page hand one page entry to multiple records (same date and same employee name)
 
Thanks,
 
Sam