14
Answers

How to create button in form from sql table values?

Goran Bibic

Goran Bibic

6y
5k
1
If I have value in sql table example
 id      Name                       Price
1         Coffie                       2.00
2         Tea                          1.50
3          Coca Cola               2.00
etc....
 
When open Form I need to auto create buttons with values
 
Button1    Coffie  2.00
Button2    Tea      1.50
Button3    Coca Cola 2.00
 
Or same examples...proposal...
 
Thank you
Answers (14)