G
Guest
Hi
Does anyone know how I can view ACCESS reports from my VB.NET application?
I know that in VB 6.0 the following works..
Dim appAccess as Access.Applicatio
Set appAccess = new Access.Applicatio
appAccess.OpenCurrentDatabase strDbNam
appAccess.DoCmd.OpenReport "Report_Name", acViewNormal
But this doesn't seem to work for VB.NET...does anyone know what I'm missing?
Thanks
Parveen
Does anyone know how I can view ACCESS reports from my VB.NET application?
I know that in VB 6.0 the following works..
Dim appAccess as Access.Applicatio
Set appAccess = new Access.Applicatio
appAccess.OpenCurrentDatabase strDbNam
appAccess.DoCmd.OpenReport "Report_Name", acViewNormal
But this doesn't seem to work for VB.NET...does anyone know what I'm missing?
Thanks
Parveen