-
1 Attachment(s)
Database
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)
Attachment 108027
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.
-
Re: Database
Well, if you want it to look like the picture then you would probably use 30 labels and set the "Text" property for each label from the database table entries.