Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to email a report as a snapshot but it won't work if I open the report from a macro. I can send the report in all other formats. The report I'm doing is a quotation and I'm using the where condition
to open the report. If I open the report from the database window with all the records it send as a snapshot perfectly. Is there any way to make this work?
Thanx
Stacey
Code:
[QuotationNo]=[Forms]![Quotations]![QuotationNo]
Thanx
Stacey