My apologies for posting a somewhat ambiguous question. I guess you can say my confusion more or less lies within the realm of what to do after I fetch all the data in a particular addresses column. It would definitely be easier if there were two different tables, one for username, and one for all the corresponding name and address values, but for now, lets assume that this is the way it has to be. Okay, a quick example: Lets say a user, named "Blah" wants to edit a particular address ( Joe Schmoe joe@scmoe.com ). How can I pull this peice of data out of all the addresses If I select * from addresses?