Hi Bubblers,
I’m trying to sort some data and i really need some help. It seems others have had similar issues but i’m not able to decipher the solutions and apply to my case.
My database is setup as such:
Product
Product_ID
Category
Order
Order_ID
Order_Item
Product_ID
Order_ID
I’m trying to display a list of Order_Items. The list needs to be sorted by Product Category. It seems simple but the hacks I’ve tried of nested repeating groups havn’t worked, and the only reasonable way I can see to do it doesn’t work:
Any clues?