Ok, so this code on an "on click" event opens up the report I want to print:
But..what if I did not want any preview and I just want the report to print without any other windows dialog opening up on this same "on click" event?
mafhobb
Code:
DoCmd.OpenReport "Large Label", acViewPreview
But..what if I did not want any preview and I just want the report to print without any other windows dialog opening up on this same "on click" event?
mafhobb