You have to revert to the DDE connection method used by default in Word
2000. Check Word Tools|Options|General|"COnfirm conversion at open", go
through the data source selection process again, then choose the DDE option
when it is offered.
The only other way is to use VBA or whatever to get the parameters from the
user, construct the appropriate SQL, and use OpenDataSource or the
.Querystring parameter to issue the query. Not a trivial exercise.
Peter Jamieson
>I have an Access database built with a number of parameter queries that the
> use also uses for various mail merge capabilities.
[quoted text clipped - 14 lines]
>
> Thanks in advance for any help!
mk2 - 29 Oct 2004 16:48 GMT
Peter:
Thanks for the information. Will the user need to make this DDE selection
every time? Or, once I set it up initially, will it automatically use that
connection method?
Melissa
> You have to revert to the DDE connection method used by default in Word
> 2000. Check Word Tools|Options|General|"COnfirm conversion at open", go
[quoted text clipped - 24 lines]
> >
> > Thanks in advance for any help!