You don't say what you are doing with the { NEXT } comand, but this is
roughly how it is supposed to work:
a. create the layout you want, with the fields you want. Let's assume it
occupies about 1/3 of the page. Let's call that lot "copy 0"
b. select the layout/text/fields and make two copies ("copy 1" and "copy
2")
c. put a { NEXT } field before "copy 1" and a { NEXT } field before "copy
2". You do not need one before "copy 0".
d. if you preview the merge you should see data from records 1,2 and 3. If
you move to the next record, you should see records 2,3,4 , and so on.
e. merge to the printer or an output document.
However, in all probability you need "copy 0", "copy 1" and "copy 2" to
occupy the same amount of space vertically, so it usually makes sense to
create a 1-column, 3-row table and put the text+fields for each record in
each cell.
Ensur eyou insert the { NEXT } field using the facilities in the Word user
interface, or using ctrl-F9 to insert the special field code braces {} then
type NEXT between them.
Have a look at what you're doing and see how it compares with that.
Peter Jamieson