View Single Post
  #1   Report Post  
Posted to microsoft.public.word.tables
K. Bryan K. Bryan is offline
external usenet poster
 
Posts: 1
Default Retrieving Database Data into a Table

Hi There,

Please excuse the crosspost, but I've got a quick question that I hope
someone here can help put me in the right direction on.

I have data stored in SQL Server that I would like to pull into a formatted
Word document.

Imagine the document having header information and then a table of
additional data (kinda like an Access report with a subform)

I've taken care of the header data; retrieving it and pushing it into
bookmarks, but my question is how do I create a table for the repeatable
data?

Meaning once I come back with a recordset of X number of records, how do I
loop thru them formatting them into a table?

Any help would be GREATLY appreciated.

Thanks,

_K Bryan