DoCmd.OutputTo acOutputReport, "Report_Name", acFormatSNP, "C:\somepath\filename.snp"
The line above is outputting a snapshot, but the report is based on a query that depends on user input. That is to say, when I try to run this, it'll prompt me to enter in a value for the variable "Input" so...