Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

STL - Formerly Best Training Solutions Through Learning
TrustPilot
Excellent
Request Callback We will call you back
0207 987 3777 Call for assistance
Your Basket Basket is empty
filter form

ResolvedVersion 2003

Richard has attended:
Excel VBA Intro Intermediate course
Access VBA course

Filter by form

Please could you tell me how to filter datasheets by form

RE: Filter by form

Hi Richard

Thank you for your question.

First let me apologise for the delay in responding to your post, this was due to very high volumes of posts on the forum.

The easiest way to filter the data on a form is to set the form's control source to an SQL Query. For example

Me.ControlSource = "SELECT * FROM Employees WHERE Title = "Sales Representative;"

This would affectively filter the form so that it was only showing employees who are sales representative

Hope this is useful

Regards

Stephen

Access tip:

Undo Entries In Records

To Undo any entries or changes in records:

Hit the ESC key once for the current field

And ESC twice for current record

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.