Database into a table

C

C Wood

I am trying to setup a document that pulls data from Excel databases and
places the information into a table.

The fieldcode looks like this:
{DATABASE \d "T:\\Program Review\\Program Costs.XLS" \c "Entire Spreadsheet"
\s "SELECT fte FROM T:\\Program Review\\Program Costs.XLS WHERE ((progid =
0201))"}

This works fine when it is used outside of a word table, but when I copy the
field into a table, I get: Error! Not a valid result for table.

What I am trying to do is setup a table that pulls data for 4 years of data
- each year in its own column.

Is there a better way to do this?
 
D

Doug Robbins - Word MVP

Maybe just use a catalog (or in XP and later a directory) type mailmerge
main documnet in which you have a one row table with the mergefields in the
cells of that row. When you execute the merge to a new document, it will
contain a table with a row of data for each record in the data source.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
C

C Wood

Actually, what I am trying to do is pull specific records into different
documents.

For example, I have a database of college programs with various data such as
enrollment, etc.

I then have a Word document for each specific college program that needs to
pull the data from the database for that pariticular program, and hence my
use of the SQL statement
 
P

Peter Jamieson

Yes, i don't know why it does that. Try nesting the DATABASE field inside a
SET field, e.g.

{ SET A { DATABASE <your text> } }

then put { A } or { REF A } in the table. It seems to work here.

Peter Jamieson
 
C

C Wood

That does the trick - thanks


Peter Jamieson said:
Yes, i don't know why it does that. Try nesting the DATABASE field inside a
SET field, e.g.

{ SET A { DATABASE <your text> } }

then put { A } or { REF A } in the table. It seems to work here.

Peter Jamieson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top