invoice number
Place the following code first behind the on click event of the command button that prints the report. This will make certain the info on your form is saved before the print statement is carried out.
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
On...