Does any one know how i can write a sql statement in VB 5
to be able to filter two tables so that it will only return
all records that are different in both tables.
i.e
If you had 2 tables that were exactly the same except for
1 record then only that record would be returned.

Sounds easy?

Well the catch is that the field name(s) and number of fields are unknown each time the query is run.

Many thanks if you can help

Joe