Well, what I want to do is ADD TO the existing data in a row. From what I know, I have to fetch the data first, then take it and add the extra piece, and add it back in.
That way, I end up with two queries...is there any way to do it with just one query?