Hi there,
Can you help me about an access program please? My problem is printing a report. my VBA coding is for printing a single report as follows:
Private Sub cmdPrint_Click()
Dim stDocName As String
stDocName = "Customer Detail"
DoCmd.OpenReport stDocName, acViewNormal, ...