Dave Edwards
New member
- Local time
- Today, 13:55
- Joined
- Apr 3, 2000
- Messages
- 8
I have a report that splits the output over several pages using the ForceNewPage property (After). I want to give the user a choice as to whether they wish the report to print on one page. Is is possible to alter this property depending on the value of a check box on a form ie IF Value = True Then ForceNewPage = 2 (none) - or something like that
