> I have a database of ISO standards ... my clients want to be able to do a
> full document search ... but it's not a document ... it's a database
> Is there a way (more likely a query question) to
> select * from tablename where like '%term%'??
This query will work, but I suspect th
3/20/2001 1:23:30 PM, "Eric, Audet" <[EMAIL PROTECTED]> wrote:
> Ok, here's my problem
>
> I have a database of ISO standards ... my clients want to be able to do a
> full document search ... but it's not a document ... it's a database
> Is there a way (more likely a query question) to
>