bluedollar
Programmer
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
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