
Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
Yes, I did lock the form. The result I get is:
"Joe","Smith","Wisconsin","Mary","Jones","California","Robert","Brown","Maine"
but my goal was to get the following:
"FirstName","LastName","State"
"Joe","Smith","Wisconsin"
"Mary","Jones","California"
"Robert","Brown","Maine"
The database program that I intend to import this text file to needs to have
it in this format. I created the form in Word due to simplicity for
end-users.
> Steve C was telling us:
> Steve C nous racontait que :
[quoted text clipped - 13 lines]
>
> Are you sure you protected the form?
Jean-Guy Marcil - 04 Nov 2005 17:12 GMT
Steve C was telling us:
Steve C nous racontait que :
> Yes, I did lock the form. The result I get is:
>
[quoted text clipped - 10 lines]
> to have it in this format. I created the form in Word due to
> simplicity for end-users.
Sorry, I thought you were not getting anything at all because you wrote:
"(...) but I have not had luck capturing the data below them in my text file
(...)"
Now I see you meant that the data you captured was not organized as you
expected it.
I do not think you can do anything in this case because I do believe this
features was not designed to create a database, but a text file containing
information for one form, i.e. one record; not many records.
But, you still have two options:
1) Since your data seems to be straight forward, you could write a macro to
convert the txt. file to a database by adding a line break every three data
fields (and removing the semi-colon at that location).
2) A much easier avenue to explore is to select the table and paste it in
Excel and save that as a csv file (or txt).

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
Steve C - 04 Nov 2005 17:49 GMT
My apologies for my lack of clarity. I will take a look at your suggestions
and see which one might work better. Thanks again!
> Steve C was telling us:
> Steve C nous racontait que :
[quoted text clipped - 33 lines]
> 2) A much easier avenue to explore is to select the table and paste it in
> Excel and save that as a csv file (or txt).