Any ideas yet? I want my users to open Word, open a document, the
document
as a merge will open my database, the query in my database will ask for
the
section number as criteria, then forward the pertinent data to the word
document. If I leave the criteria statement out of the query, Word and
Access merge beautifully. If I put the criteria statement back in the
query,
the query is no longer visible. I have many documents created prior to
Access 2002 that use this process and work fine.
Shawnee said:
:
What is the criteria that you are using? I use select queries with
criteria
on a daily basis without problems.
-- Each offering of a course is called a section, and each section has
a unique section number in my database. I want my user(s) to be able
to pull the data for just a specific section, so the criteria statement
is [type section no] and then the query pulls only the students who
took that section.
Shawnee
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a
paid
consulting basis.
Hope this helps,
Doug Robbins - Word MVP
I have created a document to pull data from my Access database. If I
leave
the query in Access as a Select query with no criteria, Word pulls in
the
data, but if I add a criteria statement to the query, Word cannot
locate
the
query to execute it. I have changed my general option to "confirm
conversion
on open" to try to use DDE and that changes nothing.
HELP!!!!!!!!!!!!!!!!!!!!!