HaveTrouble
Programmer
I need to print check's front/back images using duplex printer. One page can print up to 3 checks. I put check's front image in "Detail A" area and check's back image in "Detail B" area. In "Detail A", I put conditional formula under "Suppress":
remainder(pagenumber,2) = 0
In "Detail B", I have the following formula under "Suppress":
remainder(pagenumber,2) <> 0
But it didn't work. Can anyone advice ?
remainder(pagenumber,2) = 0
In "Detail B", I have the following formula under "Suppress":
remainder(pagenumber,2) <> 0
But it didn't work. Can anyone advice ?