I want to create an application form which would allow the user to make multiple entries for the same set of columns (like a table)
e.g.
Name: XYZ
Emp ID: nnnnnnnn
"Shift Worked" "Date" "No. of Hours"
Entry1 ----> '7 AM' '8/23/10' '8'
Entry2 ----> '7 AM' '9/1/10 '4'
Entry3 ----> '4 PM' '9/2/10 '8'
How do I incorporate this? I tried researching on the net - but haven't been able to find the answer. Appreciate any help!!