PrintLabelXRS:
object.PrintLabelXRS (TopMargin As Double, SideMargin As Double,
VertPitch As Double, HorPitch As Double, _
Height As Double, Width As Double, NumberAcross As Integer,
NumberDown As Integer, rs As DAO.Recordset)
Use this method to print labels that are not listed in this component. If you have the code for your label, you can use Microsoft Word, for example, to determine the dimensions of your label by going in the "Details" section for labels.
The data to be printed is a DAO recordset.
You must specify the dimensions.
See figure1
example:
object.Grid = True
object.PrintLabelXRS 0.83, 0.16, 1.33, 4.19,
1.33, 4, 2, 7, rsLBL
Label dimensions
