Importing Word forms into Access

R

Ronson

I have designed a form in Word and would like to import
the various fields into a table in Access. Any suggestions?

Thanks in advance.
 
J

Jezebel

It's fairly straightforward using VBA -- eg use the contents of the form
fields to create an SQL insert statement, open the database, execute. But if
you're not familiar with VBA, that's probably not much help.
 

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