Email Report Data

M

Mike C

Does anyone know how to email the data in a report and
ONLY get that data. I am trying to do this and it sends
ALL information available.

My report is based on a query. If there are 2 customers
that are returned from teh query and I ONLY want to send
data from 1 customer, the DoCmd.SendObject or a maco that
sends an email sends ALL the customers.

How do I change this?

Mike C.
 
J

jrh

Quick and dirty, run a maketable query with your selection critieria and then email the table information
 
Top