Re: Form data output
- From: Cindy M -WordMVP- <C.Meister-C@xxxxxxxxxx>
- Date: Mon, 30 Jan 2006 18:37:00 +0100
Hi Gobi,
> Not really a VBA issue but...
>
> I've got a really long form (~50 pages) template. I need to export the
> data into Access and I know the standard output method for saving as a
> CSV file. But, since Word exports the data as a single row of comma
> separated data, and the form has around 400 inputs, this blows the
> capacity of Access to import. What I'd like to do is insert some kind
> of break in the form -- without creating separate forms -- that will
> take the first 50 inputs and put them in a row, put the next 50 in a
> row, and so on. So, anyone have any good ideas on how one can
> manipulate the "save data for forms" output so that it triggers a new
> row?
>
It's not possible to change that output. Nor can I envision how Access
should deal with the format you propose, as each "row" would have the
same field name, thus creating multiple records...
The best solution would probably be to either use automation from within
Access to extract the data from Word or the text file (ADO or DAO
connection). Or to use DAO or ADO to put the data directly from Word into
the database.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
.
- Follow-Ups:
- Re: Form data output
- From: gobi
- Re: Form data output
- References:
- Form data output
- From: gobi
- Form data output
- Prev by Date: Form data output
- Next by Date: Re: Form data output
- Previous by thread: Form data output
- Next by thread: Re: Form data output
- Index(es):
Relevant Pages
|