Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mail Merge Access Data into Word 2000 Table?

Status
Not open for further replies.

bluedollar

Programmer
Jul 24, 2003
174
GB
We want to create a payment statement for a particular student by mail merging records from an access database data source into

word 2000.

The table consists of payment and debit details as shown below:

id auto_num
student_id int
amount currency
payment_type text
payment_date date/time

A statement for a particular student_id would look something like the following:

Payment Date Payment Debit Payment Type

03 Oct 2001 -£3500
05 Oct 2001 £300 Credit
18 Oct 2001 £1000 Cheque

Balance £2200

What I need to know is how to take multiple records and merge them into word 2000, with each record merged into a row in a

table (as shown above)?

Any help would be greatly appreciated.

Thanks

Dan
 
Try thread222-850052 which contains most of what you will need

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'

for steam enthusiasts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top