G
Gordon Padwick
I've created an Access database that's used to record hours volunteers
contribute to a Master Gardener program. At present, indivudual Master
Gardeners report their hours on a paper form. Data from those forms is
manually transcribed into the master Access database.
In an effort to somewhat automate this process, I've created a Word form
template that individual Master Gardeners who have Word can use to create
forms in which they can record their hours. My thought is that individual
Master Gardeners can e-mail their forms to the office where the data on
those forms can be automatically added to the master Access database.
I've gone this far. My template can be used to create individual forms.
Individual Master Gardeners can use those forms ti record their contribuited
hours. The forms can be e-mailed to the office. At the office, a computer
can be set up to save only data from the forms. However, the saved data
appears as a comma-delimited file with no separation between the rows of
data in the original Word table.
My Word table has a specific format, so I know how many fields are in each
row (17). How can I import data from the comma-delimited file so that a new
row in the Access table is created after each 17 fields? Is it necessary to
pre-process the comma-delimited file to insert a marker (CR?) after each 17
fields? If so, how could I do that?
I'll appreciate any suggestions.
Gordon
contribute to a Master Gardener program. At present, indivudual Master
Gardeners report their hours on a paper form. Data from those forms is
manually transcribed into the master Access database.
In an effort to somewhat automate this process, I've created a Word form
template that individual Master Gardeners who have Word can use to create
forms in which they can record their hours. My thought is that individual
Master Gardeners can e-mail their forms to the office where the data on
those forms can be automatically added to the master Access database.
I've gone this far. My template can be used to create individual forms.
Individual Master Gardeners can use those forms ti record their contribuited
hours. The forms can be e-mailed to the office. At the office, a computer
can be set up to save only data from the forms. However, the saved data
appears as a comma-delimited file with no separation between the rows of
data in the original Word table.
My Word table has a specific format, so I know how many fields are in each
row (17). How can I import data from the comma-delimited file so that a new
row in the Access table is created after each 17 fields? Is it necessary to
pre-process the comma-delimited file to insert a marker (CR?) after each 17
fields? If so, how could I do that?
I'll appreciate any suggestions.
Gordon