need to link with word document

S

Simon

Hi,

Please tell me how... to do:
In fact I have an acces data base mdb based on word/visio documents and
other datas. In my mdb, I defined an unique code field named "cod_doc" : text
[10 ch], a field named "title_doc": text [30 ch], and a field named "manager
name" : text [15 ch]. Every doc has inside some key words like "McDowell"...
or "Kormick" who are managers !. I want to extract a report from my mdb or to
query it like this : list all documents -with direct links-
(page/place/paragraph) where "manager name"=' McDowell' or ....somebody
else... have responsabilities. How to do that ?. May I use the indexed fields
from MS Word ?. Thank You !
 
K

KARL DEWEY

In your query design view under the field [manager name] and in the Criteria
row put this --
Like "*" & [Enter Manager name] & "*"

What are the fields associated with (page/place/paragraph)?
 

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