G
Guest
Windows XP Pro SP2, Access 2003
I have a query containing (among other fields) the fields: fldName (text),
fldID (number), fldPrimary (yes/no field), and fldEmail (text).
From this original query, I need to produce a query with the following
parameters:
If fldPrimary = yes, list the associated fldEmail, and all fldNames
(including the "yes" name) with the same fldID as the fldPrimary record (but
no fldEmail for the not-Primaries).
There are approximately 70 different fldIDs, and approximately 300 fldNames
and fldEmails, of which approximately 80 are fldPrimary = yes.
The results will be used as a database for a Word merge.
How do I set up the query? I've tried several options, but keep getting
stuck trying to associate all like fldIDs together with each other and
suppressing the not-primary fldEmails.
Any help or pointers much appreciated. Thank you.
I have a query containing (among other fields) the fields: fldName (text),
fldID (number), fldPrimary (yes/no field), and fldEmail (text).
From this original query, I need to produce a query with the following
parameters:
If fldPrimary = yes, list the associated fldEmail, and all fldNames
(including the "yes" name) with the same fldID as the fldPrimary record (but
no fldEmail for the not-Primaries).
There are approximately 70 different fldIDs, and approximately 300 fldNames
and fldEmails, of which approximately 80 are fldPrimary = yes.
The results will be used as a database for a Word merge.
How do I set up the query? I've tried several options, but keep getting
stuck trying to associate all like fldIDs together with each other and
suppressing the not-primary fldEmails.
Any help or pointers much appreciated. Thank you.