Print preview Report : Report « Access « VBA / Excel / Access / Word






Print preview Report

 
Sub cmdPrint_Click()
   
   DoCmd.OpenReport "rptSales", acViewPreview
   
End Sub

 








Related examples in the same category

1.Creating an Empty Report
2.Create a named report
3.Open report
4.Adding Controls to the Report