Good day,
I'm creating a db to trace activities done by students where I've created a table with the following columns:
1. StudentID
2. StudentName
3. Birthday
4. Activity
5. ActivityMonth
Then I've Created a form to preview there activities with the same columns
Then I created a textbox where I want to assign a code to filter form as following
I want to write a number for example 3 and I want to filter the form for the students who has participated in 3 or more activities based on their StudentID
so the filter will show all the students who made that number based on their studentID
Many thanks