Dear all,
I am writing a program in "Access XP", I would like to add two options for printing.
Here is my scripts as below:
Private Sub 275_Click()
DoCmd.DoMenuIte m acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
DoCmd.OpenRepor t "Report - Bill Lading - Laser Print", acPreview, "[Bill No] = Forms![Form - Bill Lading].form![Bill No]"
DoCmd.PrintOut
DoCmd.Close...