Adding a filter to an Access Form
I have an Access DB that tracks all of my students that are going through a certain class i.e. MGMT224 18-01. I have built a filter that already sorts the class numbers and the student numbers for me that the form goes off of. However, when I created the form to see my students, I want to be able filter out just the particular class need and not all of my classes. Is this possible?
microsoft-access
add a comment |
I have an Access DB that tracks all of my students that are going through a certain class i.e. MGMT224 18-01. I have built a filter that already sorts the class numbers and the student numbers for me that the form goes off of. However, when I created the form to see my students, I want to be able filter out just the particular class need and not all of my classes. Is this possible?
microsoft-access
add a comment |
I have an Access DB that tracks all of my students that are going through a certain class i.e. MGMT224 18-01. I have built a filter that already sorts the class numbers and the student numbers for me that the form goes off of. However, when I created the form to see my students, I want to be able filter out just the particular class need and not all of my classes. Is this possible?
microsoft-access
I have an Access DB that tracks all of my students that are going through a certain class i.e. MGMT224 18-01. I have built a filter that already sorts the class numbers and the student numbers for me that the form goes off of. However, when I created the form to see my students, I want to be able filter out just the particular class need and not all of my classes. Is this possible?
microsoft-access
microsoft-access
asked Dec 7 at 19:48
Chris Schaeuble
83
83
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Yes, this is possible.
You may find this described in the Microsoft Support article of:
Enable users to find a record by selecting a value from a list.
The article describes how to create a list box or a combo box that can be used
to find a record when a value is selected from the list, thus finding existing
records without having to type a value into the Find dialog box
(which is another possibility).
You will need to first create a query, as described in the article:
Create a simple select query.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381734%2fadding-a-filter-to-an-access-form%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes, this is possible.
You may find this described in the Microsoft Support article of:
Enable users to find a record by selecting a value from a list.
The article describes how to create a list box or a combo box that can be used
to find a record when a value is selected from the list, thus finding existing
records without having to type a value into the Find dialog box
(which is another possibility).
You will need to first create a query, as described in the article:
Create a simple select query.
add a comment |
Yes, this is possible.
You may find this described in the Microsoft Support article of:
Enable users to find a record by selecting a value from a list.
The article describes how to create a list box or a combo box that can be used
to find a record when a value is selected from the list, thus finding existing
records without having to type a value into the Find dialog box
(which is another possibility).
You will need to first create a query, as described in the article:
Create a simple select query.
add a comment |
Yes, this is possible.
You may find this described in the Microsoft Support article of:
Enable users to find a record by selecting a value from a list.
The article describes how to create a list box or a combo box that can be used
to find a record when a value is selected from the list, thus finding existing
records without having to type a value into the Find dialog box
(which is another possibility).
You will need to first create a query, as described in the article:
Create a simple select query.
Yes, this is possible.
You may find this described in the Microsoft Support article of:
Enable users to find a record by selecting a value from a list.
The article describes how to create a list box or a combo box that can be used
to find a record when a value is selected from the list, thus finding existing
records without having to type a value into the Find dialog box
(which is another possibility).
You will need to first create a query, as described in the article:
Create a simple select query.
answered Dec 7 at 20:21
harrymc
253k12259562
253k12259562
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1381734%2fadding-a-filter-to-an-access-form%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown