Simple enough, I can\'t figure out how to add (that\'s +) an integer from a textbox to the integer in the SQL Field.
So for example, the SQL Field may have \'10\' in it
The SQL you want is:
"UPDATE PersonsA SET U_G_Studio= (U_G_Studio + @ugpoints) " & _ "WHERE Members_ID=@recevierID"