CancelFilter ?

  • Thread starter Thread starter יריב החביב
  • Start date Start date
×

יריב החביב

Hello,

I am in a form that i filtered when i opened it.

Now i want to see all the record.

What should i do ?
 
In vba you'd use
Me.FilterOn = False

or simply in your form click on the 'Remove Filter' (lloks like a dark grey
filter) button from the Table/Datasheet toolbar.
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
 
thank you
--
תודה רבה


Daniel Pineault said:
In vba you'd use
Me.FilterOn = False

or simply in your form click on the 'Remove Filter' (lloks like a dark grey
filter) button from the Table/Datasheet toolbar.
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
 

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