I'm using two forms to open a report. One form contains the Supervisor and Month. The other form is user specific information.
Criteria currently using:
Forms![frmScorecards]![Month] or Forms![frmUser]![Month]
Now when i run the report from frmScorecards it asks for the parameters of FrmUser!Month.
Id like it to look only at frmScorescards!Month cause its the active form.
Thanks in advance.
Criteria currently using:
Forms![frmScorecards]![Month] or Forms![frmUser]![Month]
Now when i run the report from frmScorecards it asks for the parameters of FrmUser!Month.
Id like it to look only at frmScorescards!Month cause its the active form.
Thanks in advance.