I have a two column report which lists Ice Cream products sorted by size.
The first group of products to print are size 36 and the rest are 37 and above. I want to print products with size 36 on one side of the report and then force all other sizes into the second column. I tried setting the newroworcol property but I'm getting a debug error stating invalid use of property or method.
Is there a way to accomplish this?
Thanks in advance for any and all help.
The first group of products to print are size 36 and the rest are 37 and above. I want to print products with size 36 on one side of the report and then force all other sizes into the second column. I tried setting the newroworcol property but I'm getting a debug error stating invalid use of property or method.
Is there a way to accomplish this?
Thanks in advance for any and all help.