Hello everyone,
I would like to generate a list of the students who enroll in a course.
I have two tables:
1 The enrolled students
2 the lesson dates and the names of the courses
In the table "courses" is the name of the course, the date, the description of the lesson. That table is visible in a grid. I placed a button in the grid. The intention is when I press the button,
that there will be a visible with the students who attend the class on the indicated date and class time.
The question is, how can I fix this? The generated list is dynamic,
because it depends on the name of the course, and also the date.
Can I make a "view" for this? Which code should be placed in the button? Is an example of this?
Thanks in advance for any help.