Awesome thank you. So I have taken the stock Students DB in Access and am working on adding the ability to filter by Active/Inactive and then track tuition payment. Is there an easier prebuilt DB in Access for this?Where exactly in the database are you trying to do this?
If were me, I would probably just create a query called "Active Students", and add Criteria that applies the logic to show only Active Students.
Then all they need to do is open that query to see it.
Typically, when creating a database for others to use, one usually creates a "Form Driven" database (as you typically do not want others poking around behind the scenes). So, you could create a "Main Landing Page" form, and put buttons on it to open your various queries, reports, forms, and exports.
There are some Access templates you can find online, but I don't know how much they would help with something like this.Awesome thank you. So I have taken the stock Students DB in Access and am working on adding the ability to filter by Active/Inactive and then track tuition payment. Is there an easier prebuilt DB in Access for this?
Thank youThere are some Access templates you can find online, but I don't know how much they would help with something like this.
What is your experience level with Access? Do you know how to create queries? If you simply need a few different "filters", it would probably be easier for you to create the queries with those filters on them, and would probably be easier for your users to use too (as it doesn't require any input on their part). You can make "interactive" user Forms, where they select a bunch of options to filter on, but that usually involves a bit of VBA, so it would probably be a little daunting for some fairly new to Access, especially if they have never used VBA.
Here is an article on creating queries in Access: Create a simple select query
If you do a Google search, you can find lots of information on Access queries, and building databases. What I find especially helpful is some of the YouTube tutorials, where you can see exactly what they are doing.