print preview

A

asn

Does anyone know instead of using below code to print how can I preview it as
is?

Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)

Static iCopiesPrinted As Integer

If PrintCount = 1 Then iCopiesPrinted = 0

iCopiesPrinted = iCopiesPrinted + 1

If iCopiesPrinted < ([Forms]![FRMWO]![printinnerlabelqty] + 10) Then
Me.NextRecord = False

End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top