Show filter on table

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

I have a table to which I have applied a filter. Is there anyway to see what
the filter criteria is (yes, I should remember as I only did it 30 mins ago)
as I need to know it.

Thanks
 
Andy,
switch the table to design view
open the property dialog for the table (from a button on the toolbar)
on the property dialog, next to the Filter property you will find the last
filter you applied.

Jeanette Cunningham
 
Don't work with tables directly - work with forms. You can then add a
control on the form that shows the current filter. If you like datasheet
view, you will probably be happier with an unbound main form and a datasheet
view subform. The main form will give you a place to place buttons and the
filter text box. Forms in DataSheet view to not show their headers and
footers so they have no place to hang other controls.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top