Hello all!

I would like to as for an advice: what's the most suitable way, if it's
indeed possible at all, to use a Word document as an interface for entering
the data into a SQL database, just as it would have been done by using a web
form?
I would like the data to be saved in SQL database when the Word document is
saved.
Also, I would like to put this Word document as a template in the SharePoint
Portal Server site....

Thank you in advance,
Hrvoje

Re: Using Word instead of web form interface for entering data into SQL Server database by Word

Word
Thu Apr 14 20:57:01 CDT 2005

G'day "Hrvoje Vrbanc" <hrvojev@recro.hr>,

You produce an online form, with plenty of vba for data validation,
then read the field values into variables and post them to the Db
using SQL.

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


Hrvoje Vrbanc reckoned:

>Hello all!
>
>I would like to as for an advice: what's the most suitable way, if it's
>indeed possible at all, to use a Word document as an interface for entering
>the data into a SQL database, just as it would have been done by using a web
>form?
>I would like the data to be saved in SQL database when the Word document is
>saved.
>Also, I would like to put this Word document as a template in the SharePoint
>Portal Server site....
>
>Thank you in advance,
>Hrvoje
>