I can barely find answers in google or MSDN.
I'm trying to find a tutorial, or at least some sample code on how to programmatically create a report.
What I have now is a Form that opens up with the Access database with drop down menus that allows people to use my own interface to customize a report, because the users of this database don't want to learn access.
So for example:
There is a combobox that allows you to select what kind of filter to use on a pre-existing report (say you want to only see certain records).
Then you click a button that loads the report and it has been changed according to what the user selected in the combobox.
I appreciate any help.