Hi,
I have a query:
select assettag from amPortfolio EXCEPT(select assettag from amComputer)
provided that these two table has a commom field assettag and they do not
have identical fields.
I would like to transform the same query using a WHERE clause.
Would anybody have idea how to do it? Can use anything like INTERSECTS, UNION...
Thanks,
Mike