I got that to work, thanks. I have another problem now. Before I was using a temp table in my report that would get populated before the report would run and then my report query would only show the resuly based on my temp table. Now, when I change this to my OBJECT type I cannot use my object type in my main query, to say, only get me those results that have a match in my object type table.

How will I make a link between my SQL query and this OBJECT TYPE table? I would appreciate some light on this matter or some suggestion. Thanks.