Goran Bibic

Goran Bibic

  • 455
  • 2.9k
  • 179.9k

How to create button in form from sql table values?

Mar 29 2018 12:46 PM
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)