On Wed, 22 Nov 2006 16:33:27 GMT, "tom" <(E-Mail Removed)>
wrote:
>Let us say that one runs a make table query on
>some data one day.
>
>And some days later the same query is run on the
>data, but some records have been added and
>subtracted.
>
>Is there a good method using access to compare
>the two tables?
>
Depends on the tables' structure. Is there a primary key one can use
to join the two?
There are third party tools such as Total Access Detective from FMS
(
www.fmsinc.com) to do this, but they may be overkill...
This is just one of many reasons that I try to avoid maketable queries
- they're a recipe for storing "the same" data (which isn't really the
same) redundantly in two locations. If you have normalized tables
containing the (up to date and accurate!!) data, then you can use
Select queries as the source of a form, report, export, etc. without
this risk of anomalies.
John W. Vinson[MVP]