I would like to add together integer values from a number of different tables and display the result in a text box. The problem that I am having is that I would like to add only the values that correspond to the selected record (selected with primary key) not the whole table. How do I write this in SQL?
Thanks!
Thanks!