I am working on a DB that I did not create. I am not understanding a line of code and could use some input.
DoCmd.OpenReport "Monthly Reports Due", acViewPreview, , IIf(subMonthlyReportsDue.Form.FilterOn, subMonthlyReportsDue.Form.Filter, "")
IIf(subMonthlyReportsDue.Form.FilterOn, subMonthlyReportsDue.Form.Filter, "") this part is where I m not completely sure what it is saying. I don't know if this requires more background on the project to give an explanation.
Thanks.