View Full Version : and easy one for form filters


paulmcdonnell
09-24-2001, 02:27 AM
Hi guys


I'm trying to use two criteria for a filter...
At the moment I'm using...
Me.filter = "selector = -1"
Me.FilterOn = True

I want it to filter for this and Date is today, how can I use this in code to filter both conditions.. I can do it through a query, but I want this as just of form filter.

Cheers
paul