Automating Word to open Access

A

AlanA

In word I have a number of text boxes. If for example the caption of the text
box is 20, I want to open Access, and display in a user form the record whose
id field is 20.
Can someone suggest how I do that?
 
A

Anand.V.V.N

Hi AlanA,

I am assuming that you have done some VBA programming. In the user from you
can create an asscess object and then, open the table and execute a sql
statement to fetch records.

I'll see if I can post the code.

Anand
 

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