Filter tool bar

B

Benjamin

I have inherited a database containing some form whereas they display the
data but you are unable to use the filter buttons as they are greyed out, I
have created new forms within this database where this is not a problem.

I've tried creating my on toolbars, allow filters in properties etc. and had
no joy

Could this be written in SQL to disable tool bars?
 
H

Hoardling via AccessMonster.com

Did you check the form's properties, not toolbars, thats called "Allow
Filters" to make sure it is yes. If the form's properties is set to yes,
maybe you should check the VBA code to see if something isn't turning off the
filter on form load.
 
Top