Require Filter on a Form

Ecron

Registered User.
Local time
Today, 13:27
Joined
Aug 31, 2006
Messages
58
Hello,

First, I'm using Access 07.

I am opening up a form with a filter. I also have Navigation Buttons enabled on this form so the user has the ability to go through each of those records that are filtered out of the set. The problem is that with the Navigation Buttons toolbar comes the "Filter" button (in orange) and the user has the ability to turn the filter off.

Is there a way to require a form to have a filter on, and on only, while including the Navigation Buttons?

Thanks,
Ecron
 
Last edited:
I would pass the filter param to the form via open args and use it as a param in the forms resource query.
 
Mmm. Good idea!

I'll give it a shot,

Thanks
 

Users who are viewing this thread

Back
Top Bottom