lothos12345 Posted August 23, 2003 Posted August 23, 2003 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. Quote
Moderators Robby Posted August 25, 2003 Moderators Posted August 25, 2003 You can use this method from .NET.... http://www.visualbasicforum.com/showthread.php?threadid=41012 Quote Visit...Bassic Software
lothos12345 Posted August 25, 2003 Author Posted August 25, 2003 OWC10.DLL I cannot seem to add the Access Reference to my project I keep getting the following error: "A reference to Microsoft Access 10.0 Object Library could not be added. Converting the Type library to a .NET assembly failed. A dependent type library �OWC10� could not be converted to .NET assembly. A dependent type library �ADODB� could not be converted to a .NET assembly. Item has already been added." Please advise on how to handle this error. Any help given is greatly appreciated. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.