Maybe try the N-Up datawindow style otherwise you could flatten the data in SQL using one of the examples in this stackoverflow question on flattening data the method you would use might depend on if you know how many occurs there are. If you need the data to be update-able then you'll need to write some code to un-flatten on save.
Maybe try the N-Up datawindow style otherwise you could flatten the data in SQL using one of the examples in this stackoverflow question on flattening data the method you would use might depend on if you know how many occurs there are. If you need the data to be update-able then you'll need to write some code to un-flatten on save.