hmm, true Using two queries now.. set info [join [mysqlsel $db "select sid, shortname, prop1, prop2, prop3, longname from listing where shortname = '$blub'" -list]] for the first.. I can access each of the different things through [lindex $info 5] I tried it without that join and then I co...