lotharious
MIS
I have a query that returns a PO# only.
I need to be able to use this po# as a criteria in a later query
so it would look something like
select sum(Amount) from table where po > [return po# from query]
I need to be able to use this po# as a criteria in a later query
so it would look something like
select sum(Amount) from table where po > [return po# from query]