Try something like this:
{%GlobalObjects.CustomTables["customtable.tableName"].Items.Where("ItemID="+ QueryString.GetValue("itemID"))("itemName")|(identity)GlobalAdministrator%}
Edit: Be warned you are passing in a querystring value into a where condition in a query, I believe SQL injection will be handled in this case, but might want to double check.