Is it possible to pass data from a MS Word Form to a SQL Server?

A

Albert

Is it possible to pass data, entered in a MS Word form, onto a database table
in SQL? In other words, is it possible to save the data entered from a form,
in MS Words, to a SQL Database? If so, how?
 
R

Russ

Albert,
If you want to save form data as tab delimited data; there is that option in
some Word versions under menu Tools/Options...Save(tab) and checkmark "Save
data only for forms..." Doing that while recording a macro might give you
the code to use VBA in your project. You would still need to import that
file into your database application.

See also:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top