G
Guest
I have a website that employees use as a timesheet. There are approximately
20 rows of input with input boxes and list boxes. The lines are all the
same. The employees enter the date, time spent on project, project
description and then presses submit after they enter all jobs for the week
(up to 20 jobs). I ouput this information to a text file. All the
information comes in one line though because my imput boxes are: date_1,
hours_1, description_1, date_2, hours_2, description_2,...,date_20, hours_20,
description_20. I want to get 20 rows of data with a common header so that I
can import it into Access(ie: date, hours, description with 20 rows of data
underneath). What is the easiest way of doing this?
20 rows of input with input boxes and list boxes. The lines are all the
same. The employees enter the date, time spent on project, project
description and then presses submit after they enter all jobs for the week
(up to 20 jobs). I ouput this information to a text file. All the
information comes in one line though because my imput boxes are: date_1,
hours_1, description_1, date_2, hours_2, description_2,...,date_20, hours_20,
description_20. I want to get 20 rows of data with a common header so that I
can import it into Access(ie: date, hours, description with 20 rows of data
underneath). What is the easiest way of doing this?