print multiple labels

J

Jason

Hi,

Can somebody help me with an examplecode, to print out multiple labels which
i've created in word.

I've this layout where a record must be displayed 15 times on a page. I can
manage it to do it for one record, but not for multiple records.

I would like to work the code as follows (by using a button in access):

- if someone wants to print 1 record then access should call word, by using
document properties or variables and create a labeldocument based on the
template labeltemp.dot.

-if all or a selection of records is choosen then it should do like above,
but then reproduce the same document in one file (otherwise we have to print
all documents separatelately).

Can someone help me with this?
 
Top