latex88
Registered User.
- Local time
- Today, 08:35
- Joined
- Jul 10, 2003
- Messages
- 198
How to apply multiple filters upon opening a form? I can set filter to one condition with the below code in the OnOpen event, but I actually need to apply the following conditions: [Status]="Open" and [OrderType] ="condition1" or "condition2"
Me.Filter = "[Status] = 'Open' "
Me.FilterOn = True
Me.Filter = "[Status] = 'Open' "
Me.FilterOn = True