I'm trying to use Infopath 2007 repeating groups to report on some SharePoint 2007 list data. The data all shows up, but the records are about three lines apart on the page. How can I get it so that the data is every line (looking more like a spreadsheet) rather than spread so far apart.
Here's how it looks:
data record 1 a b c d e f
data record 2 xxx yyy zzz
data record 3 wxyz ;alkdfslfk
---------------------------------------------------
And here's how i'd like it to look:
data record 1 a b c d e f
data record 2 xxx yyy zzz
data record 3 wxyz ;alkdfslfk
-----------------------------------------------------
ajw