Ed:
I have never tried this. It's probably feasible to use the ActiveX Document
Wizard.
Put your text box into the document and using ADO connect to your DSN. Once
you have
set your connnection string and Recordset then it should come up on the
screen.
To read SQL, put a text box in your document and query from there. I have
only glanced
at this and my solution may not be the best, but it should work.
Richard Wang
----- Original Message -----
From: Ed Yuhas <ejyuhas@e...>
To: professional vb <pro_vb@p...>
Sent: Monday, May 22, 2000 7:50 PM
Subject: [pro_vb] VB & SQL to search through Word docs??
> Hello group,
>
> I am working on a web-page based query using SQL (actually Livelink), but
> it may also incorporate some VB, etc. This is what I am trying to
> accomplish: To perform a query with a user-defined string (input box?)
that
> would bring up individual titles in a database. The titles are actually
> MSWord documents containing that string. Next, I want to be able to search
> for specified strings within the Word docs. Can this be accomplished? I am
> pretty confident with my VB coding skills, however I am self-teaching SQL
> and using books. Would someone have some sample code, or point me in the
> right direction w/ books, online refs, etc?
> Thanks for any assistance...
>
> Ed
>