View Single Post
  #3   Report Post  
Peter Jamieson
 
Posts: n/a
Default

Can you give an example please?

Is your data something like this:

field1,record1field1value,record2field1value,recor d3field1value,record4field1value
field2,record1field2value,record2field2value,recor d3field2value,record4field2value
field3,record1field3value,record2field3value,recor d3field3value,record4field3value
field4,record1field4value,record2field4value,recor d3field4value,record4field4value

or like this:

record1
field1
record1field1value
field2
record1field2value
field3
record1field3value
field4
record1field4value
record2
field1
record2field1value
field2
record2field2value
field3
record2field3value
field4
record2field4value

or what?

Peter Jamieson

"Jeri" wrote in message
...
How do I convert a WORD document that has the field names in the first
column? That is, the information is read the opposite of a table: 1st row
lists the field name, the second row is the data and each record is
separated
by a paragraph break