lothos12345
Well-known member
I am trying to run a report created in Microsoft Access from VB.NET. However every time I try to run the report it tells me that the Access Database is missing or I do not have access to it. Which is funny because I was able to populate a DataGrid using the same database off of a OleDbConnectionString. The error is occuring on the line that I pasted below:
appAccess.OpenCurrentDatabase("\\<ip address>\database folder\DailyFloorOpps\AllStoresDB\DailyFloorOpps.mdb")
Any help with this would be greatly appreciated. And yes I do close the OleDb connection before running the above code.
appAccess.OpenCurrentDatabase("\\<ip address>\database folder\DailyFloorOpps\AllStoresDB\DailyFloorOpps.mdb")
Any help with this would be greatly appreciated. And yes I do close the OleDb connection before running the above code.