JKDeveloper0718
Programmer
The latest request is for the user to be able to email a report via snapshotviewer format. My main issue is the fact that the report needs to be emailed with the proper filter. In my investigation of this element I came across sendobject which seemed like a nice function. So My question is how can I pass report parameters such as where conditions within the sendobject function. Here is the following example:
Report: rptDemo
Where Condition: [StartDate]=#12/12/2007# And [EndDate]=#12/31/2007#
docmd.SendObject acSendReport, "rptDemo", acFormatSNP, "jj@net.com"
Anyways any help with report paramters in the Sendobject element would be great.
Report: rptDemo
Where Condition: [StartDate]=#12/12/2007# And [EndDate]=#12/31/2007#
docmd.SendObject acSendReport, "rptDemo", acFormatSNP, "jj@net.com"
Anyways any help with report paramters in the Sendobject element would be great.