I found this for Access Automation:
How To Automate Microsoft Access From Visual Basic .NET
BUT, the "Imports" statement given on that page doesn't work in VB.NET Express 2008, so far as I have found.
Why is this? Is there a way around it, without buying Crystal Reports or Visual Studio Pro?
Thank you.
How To Automate Microsoft Access From Visual Basic .NET
BUT, the "Imports" statement given on that page doesn't work in VB.NET Express 2008, so far as I have found.
Code:
Imports Microsoft.Office.Interop
Thank you.
Comment