Fields displayed by a Query in Word 2000

A

Alain

I have inserted a Database Query (to Access 2000) in a
Word 2000 document.
Here is a copy of the Word field:
{DATABASE \d "Q:\\SalesDB\\Fiches suivi.mdb"
\c "QUERY DP_LicenseDetail_For_Word_Req"
\s "SELECT [Product_Name], [Qty], [Pricing_Unit]
FROM [DP_LicenseDetail_For_Word_Req]
WHERE (([OrderRef] = {MERGEFIELD OrderId }))"}

As a result, I get all the fields of the involved Access
Query and not ONLY the selected fields.
Can anyone advice on the reason?

Alain
 
Top