lothos12345
Well-known member
Is there away in VB.NET to build print a report in Access? I have a database with one table and that is it. I built a program in VB.NET that interacts with this table to get all the required functionality. Now in the Access database I built a query and a report. The report gets its information from the query in Access. I want the user to be able to click on a button and have a field on the form in VB.NET send information back to the query and generate a report off of the information sent to the query. I am not quite sure how to accomplish this task. Any help with this would be greatly appreciated.