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
 
Top