Filter Forms

SoxPats83

Registered User.
Local time
Today, 17:41
Joined
May 7, 2010
Messages
196
i have a form in datasheet view with many records on it. each record has a date assigned to it. what i would like is for on load the records to be filtered to show only those with today's date.

thoughts?
 
If you always want it filtered on today's date, I'd go the query route. Why run code if you don't have to? Plus the query would be optimized thus more efficient.

I suppose you can set the filter property of the form in the load event (or maybe the open event).
 

Users who are viewing this thread

Back
Top Bottom