I need to create a report that groups foods into goodgroups displayed 4 per line. Each food is in the name field of a table called allfoods. The output would look like this:
Fruit
Apple Peach Banana Strawberry
Pear Plum Orange Nectarine
Vegetable
Peas Carrot Corn Squash
Is there a way to do this using in a report? I understand how to group in a report. The trick here is to get this columnar output.
Fruit
Apple Peach Banana Strawberry
Pear Plum Orange Nectarine
Vegetable
Peas Carrot Corn Squash
Is there a way to do this using in a report? I understand how to group in a report. The trick here is to get this columnar output.