G
Guest
I have multiple fields that I only want visible when certain criteria is met.
I currently have the following code. Is there a way to combine the criteria
rather than writing out each as Me.lstreports = and the name of the report?
Me.FundPolicy.Visible = (Me.[lstReports] = "Issues by Client Detail" Or
Me.[lstReports] = "Issues by Client Summary" Or Me.[lstReports] = "Apology")
I currently have the following code. Is there a way to combine the criteria
rather than writing out each as Me.lstreports = and the name of the report?
Me.FundPolicy.Visible = (Me.[lstReports] = "Issues by Client Detail" Or
Me.[lstReports] = "Issues by Client Summary" Or Me.[lstReports] = "Apology")