Hello!
I am trying to make a menu option for a system I am working on. I have a list of names in a database and need them spread across many buttons. Each button gets its own name. Right now, all the buttons take the first name on the list. EX:
Database:
name1
name2
name3
Buttons:
name1
name1
name1
Any idea on how to make the buttons be name1, name2, name3?