I have a report similar to a Class roster. My goal is to have the user select which class to print a report on, since there are multiple classes. Currently, I have it where the report shows all the classes and a list of students in that class.
Here's my idea:
I will have a command button which will bring up a small form with a combo box to select which class you want to view.
Is it as easy as using the properties to do this for me? Maybe create a select statement and have it point to the combo box for a value? Any ideas?![]()