Identify filtered recordset

shenlee

Registered User.
Local time
Today, 18:49
Joined
Mar 28, 2003
Messages
16
Is there a way to test whether a filter has been applied to a recordset? I want to display different messages on my form depending on whether the current recordset is filtered or not.
 
One way is to check (parse) the form recordsource and see what it is.
 

Users who are viewing this thread

Back
Top Bottom