what Me.filter does on Access (form.filter)

MUKESHY12390

Well-known Member
Joined
Sep 18, 2012
Messages
901
Office Version
  1. 2013
  2. 2011
  3. 2010
  4. 2007
Platform
  1. Windows
Hi All,

I'm trying to figure out what me.filter does on from. In other when we see "Form on design mode", ===> property sheet ===> Filter.

I'm sure it would simple question for those who familiar with Access.

any help would be appreciate.

Thanks,
Mukesh Y
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
thanks for reply. I really didn't understand exactly, could give me your own couple of line which explain entire concept.

I'm still confuse a bit.
 
Last edited:
Upvote 0
Hi,
a form filter works just like a where clause in a query.

Example, if you query has "WHERE [Price] > 50.00" this limits results to records with price Greater than 50. So a form filter does the same thing - you would (or could) put a similar criteria in at the form level, to limit results. I don't know if I could give you a specific reason why to do this in a form or not, but in a form-driven application you might have a base query that is then passed to a middle layer or a client layer that applices filtering logic.
 
Upvote 0

Forum statistics

Threads
1,221,805
Messages
6,162,081
Members
451,738
Latest member
gaseremad

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top