本文介绍了如何在报告中显示副本号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用Access 2007,但任何VBA代码都可能正常工作。
我需要显示我打印的副本号。
例如,如果用户打印4份,我需要分别在每份副本的页脚中显示以下内容:
复制1
复制2
复制3
复制4
任何想法都会受到赞赏。
如果你能得到它显示复制1的4,复制2的4,等等会更好。
I am using Access 2007 but any VBA code will probably work.
I need to display which copy number I have printed.
For example if the user prints 4 copies I need to display the following in the page footer of each copy respectively:
Copy 1
Copy 2
Copy 3
Copy 4
Any ideas would be appreciated.
If you can get it to show Copy 1 of 4, Copy 2 of 4, etc that would be even better.
推荐答案
展开 | 选择 | Wrap | 行号
这篇关于如何在报告中显示副本号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!