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 another button (for ex. button 9) he goes in the table for the value of record 9 and adds it to the already placed value of the text box.