John,
Thanks for the reference. Considering that I'm a beginner, this looks a
little overwhelming for me.
Is there a way for me to eliminate the "duplicate rec" from the query. If
possible, would like to eliminate it based on the "rec num" field. I'll deal
with multiply occuring codes later.
Thanks
--
Brent
"John W. Vinson" wrote:
> On Fri, 30 Apr 2010 13:01:03 -0700, Brent <(E-Mail Removed)>
> wrote:
>
> >Thanks for responding, however, I may not have been clear. Currently access
> >is outputing 2 records .... 1 with each "ture" value. Query: select code
> >>0and<1000
> >
> >Code is stored in a separate table from rec num name & street.
> >
> >id rec num code name Street
> >001 5498 123 B.O. SAM 123 Main
> >002 5498 549 B.O. SAM 123 Main
> >
> >Problem.... I want only one record in my output.
> >would actually like one name and address record with all qualifing codes....
> >123,549.
> >
> >lastly, the output would be printed on labels with the code or codes printed
> >above.
>
> You'll need some VBA code to make this practical. See
>
> http://www.mvps.org/access/modules/mdl0004.htm
>
> for a sample.
> --
>
> John W. Vinson [MVP]
> .
>