I have created a form that will run a query and am now needing to figure out how to create a report from the newly filled in query.
For example I have all my class data in one table. On my form I have a comobox with a listing of the different classes we offer. When someone chooses a class and hits submit it runs the query and gives them a listing of all the dates for that individual class.
What I would like for it to do is open that same information, but in report form instead of the table looking format.
I have created a form that will run a query and am now needing to figure out how to create a report from the newly ran query.
For example I have all my class data in one table. On my form I have a comobox with a listing of the different classes we offer. When someone chooses a class and hits submit it runs the query and gives them a listing of all the dates for that individual class.
What I would like for it to do is open that same information, but in report form instead of the table looking format.