K
Kahuna
Hi Folks, strange logic problem this that I cant seem to quite grasp. If my
explanation is a bit weird that's why!
My intent is to append records to a tblAnomaly table where there is not a
current record listed.
I have a table tblFilter with an autonumber field fld_id. This table links
on this field to another table tblAnomaly with a one (tblFilter) to many
(tblAnomaly) join.
tblFilter (one)
fld_id
tblAnomaly (many)
fld_id
fld_rep_no
fld_ref_no
I need to list all the records in the tblFilter that does not have a
corresponding tblAnomaly entry with a specified fld_rep_no and fld_ref_no.
My problem to date has been that I can filter out the tblAnomaly records
with the specified entries but that still leaves the entries with the same
fld_id but with dissimilar fld_rep_no and fld_ref_no entries.
I am finding it difficult to even express this linguistically! Any help
appreciated - or maybe some pertinent questions can help to unravel the
logic here.
Cheers
explanation is a bit weird that's why!
My intent is to append records to a tblAnomaly table where there is not a
current record listed.
I have a table tblFilter with an autonumber field fld_id. This table links
on this field to another table tblAnomaly with a one (tblFilter) to many
(tblAnomaly) join.
tblFilter (one)
fld_id
tblAnomaly (many)
fld_id
fld_rep_no
fld_ref_no
I need to list all the records in the tblFilter that does not have a
corresponding tblAnomaly entry with a specified fld_rep_no and fld_ref_no.
My problem to date has been that I can filter out the tblAnomaly records
with the specified entries but that still leaves the entries with the same
fld_id but with dissimilar fld_rep_no and fld_ref_no entries.
I am finding it difficult to even express this linguistically! Any help
appreciated - or maybe some pertinent questions can help to unravel the
logic here.
Cheers