G
Guest
This is probably a stupid question, but is there a way to filter a form so that it only shows records where, for example, the property manager is = to multiple people? For example, I'm trying to write the code
Property Manager and Total are fields on the for
Me.Filter = "Total > 0 AND Property Manager = Chris Or Property Manager = Mike
Me.FilterOn = True
Property Manager and Total are fields on the for
Me.Filter = "Total > 0 AND Property Manager = Chris Or Property Manager = Mike
Me.FilterOn = True