I have a form with about 20 buttons and one textbox. The 20 buttons correspond to records in a table. What I want is when I push a button (for example button 12), he goes to the table to get the value of the 12th record from a field named price and puts that value in the textbox.
When I push...