My database lists summer programming opportunities for students from elementary through high school. I've created a form that people can use to search the database of programs. One field I have in the table is "grade level," so that parents can search for programs suitable for their child's age. The problem is, many programs have offerings for a variety of grade levels, for example Middle School and High School or Elementary and Middle. So, in addition to allowing multiple selections in my search form list, I need to store multiple values in my grade level field in the table (sort of like Access's "lookup field" feature). My goal is to allow users to search for MS, for example, and return all programs that include MS grade level programs, even if those programs also allow other grade levels.
The way it is now, I have to have the following options in the "grade level" field: ES, ES/MS, HS, MS, MS/HS, All. This is a cumbersome list and forces users to search for All, ES/MS, MS, and MS/HS if they want to view every program that includes a Middle School option. There has to be a better way--I just can't figure out what it is.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Jnelson
Hello,
My database lists summer programming opportunities for students from elementary through high school. I've created a form that people can use to search the database of programs. One field I have in the table is "grade level," so that parents can search for programs suitable for their child's age. The problem is, many programs have offerings for a variety of grade levels, for example Middle School and High School or Elementary and Middle. So, in addition to allowing multiple selections in my search form list, I need to store multiple values in my grade level field in the table (sort of like Access's "lookup field" feature). My goal is to allow users to search for MS, for example, and return all programs that include MS grade level programs, even if those programs also allow other grade levels.
The way it is now, I have to have the following options in the "grade level" field: ES, ES/MS, HS, MS, MS/HS, All. This is a cumbersome list and forces users to search for All, ES/MS, MS, and MS/HS if they want to view every program that includes a Middle School option. There has to be a better way--I just can't figure out what it is.
I'd appreciate any help someone can offer me!
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.