D
D Collins
I have a dialog form that allows the user to select the report they wish,
along with the criteria for the report, then they select a button to save it
as an .snp file. My questions is, how do I get that criteria passed to the
report before saving it as an .snp file?
I need to put in a where clause, but where would I put it in this line of
code?
DoCmd.OutputTo acOutputReport, RptName, "SnapshotFormat(*.snp)"
Thanks,
along with the criteria for the report, then they select a button to save it
as an .snp file. My questions is, how do I get that criteria passed to the
report before saving it as an .snp file?
I need to put in a where clause, but where would I put it in this line of
code?
DoCmd.OutputTo acOutputReport, RptName, "SnapshotFormat(*.snp)"
Thanks,