Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / July 2006

Tip: Looking for answers? Try searching our database.

Why do I get an empty table from an access query in Word

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Roy Lehmann - 01 Jul 2006 04:18 GMT
I am using Office 2003 under XP Professional. I use the following procedure
in Word:
1. From the menu bar I select Insert.Field
2. In the field window under field names: I select Database and under field
properties I click the Insert database... button
3. In the Databse window I click the Get Data button
4. My Access database opens properly and I get the select table window.

My question:  Why do some of the queries listed in the select table window
return empty tables to Word?  All the queries work OK in Access.
Peter Jamieson - 01 Jul 2006 07:51 GMT
The chances are that the queries use wildcards, and use the older Jet
convention where "*" stands for a number of characters and "?" stands for a
single character. Access/Jet can be in one of two modes (see ANSI SQL Qeury
mode" in Access Help for more info): Jet mode (as above) and ANSI mode,
where the equuivalent wildcard characters are % and _. Unfortuantely, when
you get data via the Jet OLEDB provider (which is what Word 2003 does by
default), you have to use the ANSI wildcards. if you try to get data from a
query that uses the Jet wildcards, nothing is retrieved unless the database
has been converted to ANSI Query mode (and since making that change has
consequences for everything that works with an Access database, it needs to
be thoroughly planned and tested).

When you connect to Access data for use as a mail merge data source in Word
2003, you can connect using DDE, which opens Access and uses Access to
execute the queries (I think). However, that option is not available, as far
as I know, when you get data using a DATABASE field (you can select a DDE
option but the resulting field fails). So as far as I know the only
workarounds are:
a. change your database format and all the queries with wildcards
b. in Access, duplicate all the queries with wildcards, and modify the
duplicates so that they use the ANSI wildcards. Use the original queries
when in Access and the duplicates in Word (but of course, if your queries
reference other queries, it's a bit more complicated...)

Peter Jamieson

>I am using Office 2003 under XP Professional. I use the following procedure
> in Word:
[quoted text clipped - 7 lines]
> My question:  Why do some of the queries listed in the select table window
> return empty tables to Word?  All the queries work OK in Access.
Roy Lehmann - 01 Jul 2006 15:37 GMT
Thank you for your quick response.  That is exactly the problem.  I will
update to ANSI SQL Query mode.  There are not that many queries involved.

> The chances are that the queries use wildcards, and use the older Jet
> convention where "*" stands for a number of characters and "?" stands for a
[quoted text clipped - 33 lines]
> > My question:  Why do some of the queries listed in the select table window
> > return empty tables to Word?  All the queries work OK in Access.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.