D
Darrell Childress
I need to put a button on my form that, when clicked, will print out 5
copies of the current form. I know that it's not wise to print forms,
but there's not much way around this. I currently have a button that
prints out a single copy of the form. Here's the code behind the button:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.PrintOut acSelection
I just need an additional button that will print out 5 copies instead of
1, if possible.
Thanks,
Darrell
copies of the current form. I know that it's not wise to print forms,
but there's not much way around this. I currently have a button that
prints out a single copy of the form. Here's the code behind the button:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.PrintOut acSelection
I just need an additional button that will print out 5 copies instead of
1, if possible.
Thanks,
Darrell