Hi All,
I have to tables with an identical structure. I want to compute the difference between this tables (probably by using some SQL statement).
Question is, how to do so?
Layout of the tables: (SomeID, Name, Date). Primary key: the whole structure (no, SomeID can't be used for key, autonumber field will not work either).
I'd be glad to use an EXCEPT of MINUS construction, but these seem to be unsupported in Access.
I'd be happy to receive any advice..
Best, Robin
I have to tables with an identical structure. I want to compute the difference between this tables (probably by using some SQL statement).
Question is, how to do so?
Layout of the tables: (SomeID, Name, Date). Primary key: the whole structure (no, SomeID can't be used for key, autonumber field will not work either).
I'd be glad to use an EXCEPT of MINUS construction, but these seem to be unsupported in Access.
I'd be happy to receive any advice..
Best, Robin
Comment