in reply to Re: Perform addition of data from rows
in thread Perform addition of data from rows
Thank you. This suggestion pointed me in the right direction. I'm not sure I did it correctly, but it got me there. I used the while loop to add up the total amount of keys, but then had to query the database again to get the rest of the info. It's probably not efficient, but it works.