Should I apply this to the button's OnClick event, or to the form's After Update event?
Currently, I have code set up on my "Print Invoice" button that specifies to print only the current invoice:
DoCmd.OpenReport "InHouse", acViewNormal, , "[JobNo] = " & Forms!InHouseForm.JobNo
If I add...