Reports Count and their names in MS-Access database using ADO Method

  • Thread starter Thread starter Sudhakara
  • Start date Start date
S

Sudhakara

Hi,
Now that I am able to get the Reports Count and their
names in access database using dao method, can we do the
same thing using ADO method. I am using ado 2.5 library
for this task.

Can anyone guide me on this.

Regards
Sudhakara.T.P.
 
Sudhakara:

ADO does not support any type of Access specific objects such as reports,
forms, macros or daps. To return this collection, you use the Access
applications object's AllReport collection from within Access or via
automation, opening a specific database.
 
Back
Top