Hi,

I'm having a bit of trouble with my program I'm creating. It's a recipe program and I'm having trouble with the menu.
I want the menu, of 30 recipes to be 3 columns of 10 recipe's (See picture)

Name:  Untitled.png
Views: 294
Size:  36.8 KB

However I want this to be done through the database as it increases efficiency and more recipes may need to be added.

Could anyone help with how I could do this, as I can only think a listbox would be the solution, however that would not work for the 3 columns and I don't think it would allow you to click on them like a button

Thanks in advance.