How to make carriage returns for text output?

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Save the input to a .csv file.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Why don't you just output the information to an Access database?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
The sun never sets on
the Kingdom of Heaven
 
Back
Top