L
Lee
Hi everyone,
Can anyone advise me on how I can do the following (by
using Design View rather than SQL):
I'm reporting something to the customer when a record is
archived. But, I don't want the report to include any
records where:
a) there are identical values in three of the 8 fields
AND
b) where at least ONE or these 'identical' records has
already been archived.
So if there are three 'identical' records that are not
yet archived, I DO want the report to include the one
that I'm currently archiving.
Say I'm about to archive a record and there's a similar
record already archived: How can I design the query so
that it does not include either record. (I can obviously
tell the query to ignore all records with an Archive flag
of True but that leaves the one that's currently False
which I don't want to include in the report!) I can't
seem to work out how to do this - any ideas?
I do hope you can help.
TIA
Lee
Can anyone advise me on how I can do the following (by
using Design View rather than SQL):
I'm reporting something to the customer when a record is
archived. But, I don't want the report to include any
records where:
a) there are identical values in three of the 8 fields
AND
b) where at least ONE or these 'identical' records has
already been archived.
So if there are three 'identical' records that are not
yet archived, I DO want the report to include the one
that I'm currently archiving.
Say I'm about to archive a record and there's a similar
record already archived: How can I design the query so
that it does not include either record. (I can obviously
tell the query to ignore all records with an Archive flag
of True but that leaves the one that's currently False
which I don't want to include in the report!) I can't
seem to work out how to do this - any ideas?
I do hope you can help.
TIA
Lee