One of my reports has a popup form that allows one of the data fields to be changed. When this little popup form is closed, I want to Requery the report. I was able to requery the report with Me.Requery, but I am trying to reference the report by name. So I tried the following, but I got an error. Is there something wrong with my syntax?
Code:Report![ReportName].Requery