I need help doing something I think is very complex. I hope I can explain this correctly. I have the output that comes from a perl/MySql call that gives me the "Seller Number" in a straight integer number like 345. That same seller number in a different table is actually the real username of the seller like "TestMan" so Seller # 345 in the Items table = username "TestMan" in the Member table. What I need is an easy way to produce output that takes the seller number and looks at the Members table to translate that seller number to the appropriate username from table Members. This sounds totally confusing to me but that is what I need. Can anyone help to show me which direction I can go to make this happen without writing a new script to accomplish it?