S
SF
Hi,
I have a button to export a report in snapshot view but I cann't specify
criteria for a specific report. Is there a way to provide criteria for
OutputTo ?
strPathandFileName = "r:\" & Me.listContractID & ".snp"
DoCmd.OutputTo acOutputReport, "rptGrandAgreement_e",
"SnapshotFormat(*.snp)", strPathandFileName
SF
I have a button to export a report in snapshot view but I cann't specify
criteria for a specific report. Is there a way to provide criteria for
OutputTo ?
strPathandFileName = "r:\" & Me.listContractID & ".snp"
DoCmd.OutputTo acOutputReport, "rptGrandAgreement_e",
"SnapshotFormat(*.snp)", strPathandFileName
SF