S
Safari Man
I am trying E Mail a report from a form in an Access database. I have it
working but here is my question. I use the DoCmd.OpenReport to pass the
criteria for the report, but using this method, I must either print the
report when it is opened (if I use acViewNormal) or have a print preview pop
up (if I use acViewPreview). I don't want to print the report at all. I
just want to use the "SendObject" method to send it as a RTF file attached to
an E Mail. Is there a way to suppress all print activity when using
"OpenReport" or is there another method I should be using to achieve this??
If anyone can help. I'd be very appreciative.
Thanks,
Russ
working but here is my question. I use the DoCmd.OpenReport to pass the
criteria for the report, but using this method, I must either print the
report when it is opened (if I use acViewNormal) or have a print preview pop
up (if I use acViewPreview). I don't want to print the report at all. I
just want to use the "SendObject" method to send it as a RTF file attached to
an E Mail. Is there a way to suppress all print activity when using
"OpenReport" or is there another method I should be using to achieve this??
If anyone can help. I'd be very appreciative.
Thanks,
Russ