I have an Access Report that I am trying to convert over to VB2010. The program actually creates 2 reports...one which is mainly graphics and a little text, I was able to convert cleanly into
VB.
The second one is much more like a standard Access Report: Group breaks, and yes...it wraps to a 2nd Column on the page (like Word would).
I know that I could probably break the page up into two separate ParagraphInfo(s) one for the left column and one for the right...but is there a way of doing this in the actual definition of the ParagraphInfo object?
Thanks for your time in advance.
Paul Goldstein