To find only records with an email address, just include criteria under the
email address such as..
Is Not Null
As far as the rest, you will have to either adjust your code to run both, or
change it to make this two features. If it were me, I'd have two separate
buttons, one to "print a snail mail listing" and one to "export an email
list". Or something like that.
I'm not sure why you are using functions, queries, and macros.

Signature
Rick B
> Rick
>
> Ok. But i am running a macro that runs a module that i guess then
> opens up the query. Do i combine the two queries. How. And how do i
> limit it only to return records with an email address. i am a newbie
> here.