I want to generate a mail merge document to create wedding invitations. To minimise printing costs, I want to have two consecutive records on the one page. How do I do this? From what I've seen so far, the only way to get the next lot of data from the database is to click the |> button in Word to advance to the next record. I have thought of a couple of options but don't know how to completely implement any of them.
* Is there some way to create an unbound field containing data from the next record in the table? (E.g. CurrentRecord + 1)
* Create a new autonumber field, run a query selecting only the odd-numbered records, and have a new table field which gets the data from the next field.
* Or is there some way in MS Word to get it to get the next lot of info without touching the database (e.g. by having the second lot of info called <i><<LastName>>+1</i> or that effect in different syntax?
Any help would be much appreciated, wedding invitations going out soon and I need this done ASAP!
* Is there some way to create an unbound field containing data from the next record in the table? (E.g. CurrentRecord + 1)
* Create a new autonumber field, run a query selecting only the odd-numbered records, and have a new table field which gets the data from the next field.
* Or is there some way in MS Word to get it to get the next lot of info without touching the database (e.g. by having the second lot of info called <i><<LastName>>+1</i> or that effect in different syntax?
Any help would be much appreciated, wedding invitations going out soon and I need this done ASAP!
